mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-31 03:40:32 -06:00
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.