Commit ea68f1c8d3e2815e2ca22ff83de1fdd26d07af49

Werner Lemberg 2017-12-08T20:15:15

[docmaker] Fix code section parsing. Stuff like { <bla> } confused the parser, which incorrectly treated `<bla>' as a markup tag. * src/tools/docmaker/content.py (ContentProcessor::process_content): Apply `re_markup_tags' only outside of code sections.