Skip to content
  • Brad King's avatar
    cmRST: Process literal blocks after paragraphs ending in '::' · 2d0287dd
    Brad King authored
    Teach cmRST to recognize non-markup lines ending in '::' followed by a
    blank line as starting a literal block.  Record the whole block as if it
    were a literal block directive and print it just like a code block.
    Extend the CMakeLib.testRST test to cover such cases.
    2d0287dd