ddoc_markdown_escapes

Backslash Escapes:

\!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\@\[\\\]\^\_\`\{\|\}

But not in code:

\{\}

\{\}

Nor in HTML:

<tag attr="\{\}"></tag>

Nor before things that aren't punctuation:

C:\dlang\dmd

Meta