ddoc_markdown_escapes
Backslash Escapes:
Discussion
    !"#$%&'()*+,-./:;<=>?@[\]^_`{|}
But not in code:
    
      
  
        
\{\}
\{\}
Nor in HTML:
Nor before things that aren't punctuation:
C:\dlang\dmd
  
Backslash Escapes:
    !"#$%&'()*+,-./:;<=>?@[\]^_`{|}
But not in code:
    
      
  
        
\{\}
\{\}
Nor in HTML:
Nor before things that aren't punctuation:
C:\dlang\dmd