Fix rte parsing
This commit is contained in:
parent
598949cd0d
commit
73fdd81e7a
1 changed files with 7 additions and 1 deletions
|
@ -51,8 +51,8 @@ lib.parseFunc_RTE {
|
||||||
blockquote < .div
|
blockquote < .div
|
||||||
dl < .div
|
dl < .div
|
||||||
dd < .div
|
dd < .div
|
||||||
p < .div
|
|
||||||
}
|
}
|
||||||
|
|
||||||
plainTextStdWrap {
|
plainTextStdWrap {
|
||||||
replacement {
|
replacement {
|
||||||
10 {
|
10 {
|
||||||
|
@ -68,8 +68,14 @@ lib.parseFunc_RTE {
|
||||||
}
|
}
|
||||||
useRegExp = 1
|
useRegExp = 1
|
||||||
}
|
}
|
||||||
|
11 {
|
||||||
|
search = #\r\n#
|
||||||
|
replace =
|
||||||
|
useRegExp = 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
nonTypoTagStdWrap {
|
nonTypoTagStdWrap {
|
||||||
encapsLines {
|
encapsLines {
|
||||||
encapsTagList = p,h1,h2,h3,h4,h5,h6,hr,dt
|
encapsTagList = p,h1,h2,h3,h4,h5,h6,hr,dt
|
||||||
|
|
Loading…
Reference in a new issue