cosmetic changes
This commit is contained in:
parent
00bbbd6af9
commit
25a5b9d712
1 changed files with 7 additions and 9 deletions
|
@ -12,9 +12,7 @@
|
||||||
// tables
|
// tables
|
||||||
'table', 'tbody', 'td', 'tfoot', 'th', 'thead', 'tr',
|
'table', 'tbody', 'td', 'tfoot', 'th', 'thead', 'tr',
|
||||||
// other
|
// other
|
||||||
'a', 'br', 'img', 'figure', 'figcaption',
|
'a', 'br', 'figure', 'figcaption', 'iframe', 'img',
|
||||||
// iframe
|
|
||||||
'iframe',
|
|
||||||
// special
|
// special
|
||||||
'rtl', '[]'
|
'rtl', '[]'
|
||||||
],
|
],
|
||||||
|
@ -39,12 +37,6 @@
|
||||||
'</a>'
|
'</a>'
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
img: [
|
|
||||||
[
|
|
||||||
/<img [^<>]*?src="((\/|https?:\/\/).+?)".*?>/gi,
|
|
||||||
'<img src="{1}">'
|
|
||||||
]
|
|
||||||
],
|
|
||||||
iframe: [
|
iframe: [
|
||||||
[
|
[
|
||||||
/<iframe [^<>]*?width="(\d+)" height="(\d+)"[^<>]*?src="((\/|https?:\/\/).+?)".*?>/gi,
|
/<iframe [^<>]*?width="(\d+)" height="(\d+)"[^<>]*?src="((\/|https?:\/\/).+?)".*?>/gi,
|
||||||
|
@ -59,6 +51,12 @@
|
||||||
'</iframe>'
|
'</iframe>'
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
img: [
|
||||||
|
[
|
||||||
|
/<img [^<>]*?src="((\/|https?:\/\/).+?)".*?>/gi,
|
||||||
|
'<img src="{1}">'
|
||||||
|
]
|
||||||
|
],
|
||||||
rtl: [
|
rtl: [
|
||||||
[
|
[
|
||||||
/<rtl>/gi,
|
/<rtl>/gi,
|
||||||
|
|
Loading…
Reference in a new issue