# 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 = | 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
    ,