// block directives
createNomarkdown().configure("---NOMARKDOWN---", false, false);
createNomarkdown().configure("---ESCAPE---", true, false);
createNomarkdown().configure("---FIXED---", true, true);
createNomarkdown().configure("```", true, true);
doc.nomarkdowns.add(new ExcludeText("---EXCLUDE---"));
// wikitext transform directives
createWikiText().configureSyntax(Syntax.TWIKI);
createWikiText().configureSyntax(Syntax.TEXTILE);
createWikiText().configureSyntax(Syntax.TRACWIKI);