2019-11-15 00:27:23 +01:00
|
|
|
# Creates persistent ParseFunc setup for non-HTML content.
|
|
|
|
lib.parseFunc {
|
|
|
|
makelinks = 1
|
|
|
|
makelinks {
|
|
|
|
http {
|
|
|
|
keep = {$styles.content.links.keep}
|
|
|
|
extTarget = {$styles.content.links.extTarget}
|
|
|
|
}
|
|
|
|
mailto {
|
|
|
|
keep = path
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tags {
|
|
|
|
pre = USER
|
|
|
|
pre {
|
|
|
|
userFunc = DanielSiepmann\DsSite\UserFunction\CodeHighlighting->preTag
|
|
|
|
}
|
|
|
|
}
|
|
|
|
allowTags = a, abbr, acronym, address, b, bdo, big, blockquote, br, caption, center, cite, code, dd, del, dfn, dl, div, dt, em, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, ol, p, pre, q, s, samp, sdfield, small, span, strike, strong, sub, sup, title, tt, u, ul, var
|
|
|
|
denyTags = *
|
|
|
|
sword = <span class="ce-sword">|</span>
|
|
|
|
constants = 1
|
|
|
|
nonTypoTagStdWrap {
|
|
|
|
HTMLparser = 1
|
|
|
|
HTMLparser {
|
|
|
|
keepNonMatchedTags = 1
|
|
|
|
htmlSpecialChars = 2
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
# Creates persistent ParseFunc setup for RTE content (which is mainly HTML) based on the "default" transformation.
|
|
|
|
lib.parseFunc_RTE < lib.parseFunc
|
|
|
|
lib.parseFunc_RTE {
|
|
|
|
# Processing <ol>, <ul> and <table> blocks separately
|
2019-11-21 16:00:22 +01:00
|
|
|
externalBlocks = blockquote, div, dd, dl, ol, ul, pre, p
|
2019-11-15 00:27:23 +01:00
|
|
|
externalBlocks {
|
|
|
|
ol {
|
|
|
|
stripNL = 1
|
|
|
|
stdWrap.parseFunc = < lib.parseFunc
|
|
|
|
}
|
2019-11-21 16:00:22 +01:00
|
|
|
ul < .ol
|
2019-11-15 00:27:23 +01:00
|
|
|
pre {
|
2019-11-21 16:00:22 +01:00
|
|
|
stripNl = 1
|
2019-11-15 00:27:23 +01:00
|
|
|
stdWrap.parseFunc < lib.parseFunc
|
|
|
|
}
|
|
|
|
div {
|
|
|
|
stripNL = 1
|
|
|
|
callRecursive = 1
|
|
|
|
}
|
|
|
|
blockquote < .div
|
|
|
|
dl < .div
|
|
|
|
dd < .div
|
|
|
|
}
|
2020-01-10 17:22:42 +01:00
|
|
|
|
2019-11-15 00:27:23 +01:00
|
|
|
plainTextStdWrap {
|
|
|
|
replacement {
|
|
|
|
10 {
|
|
|
|
search = #\r\n\r\n#
|
|
|
|
replace {
|
|
|
|
cObject = COA
|
|
|
|
cObject {
|
|
|
|
1 = TEXT
|
|
|
|
1.char = 13
|
|
|
|
2 = TEXT
|
|
|
|
2.char = 10
|
|
|
|
}
|
|
|
|
}
|
|
|
|
useRegExp = 1
|
|
|
|
}
|
2020-01-10 17:22:42 +01:00
|
|
|
11 {
|
|
|
|
search = #\r\n#
|
|
|
|
replace =
|
|
|
|
useRegExp = 1
|
|
|
|
}
|
2019-11-15 00:27:23 +01:00
|
|
|
}
|
|
|
|
}
|
2020-01-10 17:22:42 +01:00
|
|
|
|
2019-11-15 00:27:23 +01:00
|
|
|
nonTypoTagStdWrap {
|
|
|
|
encapsLines {
|
2019-11-21 16:00:22 +01:00
|
|
|
encapsTagList = p,h1,h2,h3,h4,h5,h6,hr,dt
|
2019-11-15 00:27:23 +01:00
|
|
|
remapTag.DIV = P
|
|
|
|
nonWrappedTag = P
|
|
|
|
innerStdWrap_all.ifBlank =
|
|
|
|
}
|
|
|
|
HTMLparser = 1
|
|
|
|
HTMLparser {
|
|
|
|
keepNonMatchedTags = 1
|
|
|
|
htmlSpecialChars = 2
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|