• Show log

    Commit

  • Hash : ea68f1c8
    Author : Werner Lemberg
    Date : 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.