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 -----------------