Add some identity-aware parsing to HTML content using parseIdentityAwareHTML()

This commit is contained in:
Andrew Manning
2016-11-27 14:48:06 -07:00
parent 7470b1180e
commit 369dc295b1
25 changed files with 63 additions and 1036 deletions

View File

@@ -68,7 +68,7 @@ function get_help_content($tocpath = false) {
}
if($doctype === 'html')
$content = $text;
$content = parseIdentityAwareHTML($text);
if($doctype === 'markdown') {
require_once('library/markdown.php');
# escape #include tags