On Thursday, 23 February 2017 at 21:04:39 UTC, Nick Sabalausky (Abscissa) wrote:
Suppose I want ddoc output to include this line:

--------------
Note: Blah blabbety blah
--------------

But the colon causes "Note" to be considered a section header. Is there a way to escape the ":" so that it's displayed as expected, but doesn't trigger a section?

You can put a space before : and ddoc, or ddox won't treat it as a section.
-----------------
Note : Blah blabbety blah
-----------------

Reply via email to