1 // PERMUTE_ARGS: 2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o- -preview=markdown 3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 4 5 /++ 6 Backslash Escapes: 7 8 \!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\@\[\\\]\^\_\`\{\|\} 9 10 But not in code: 11 12 --- 13 \{\} 14 --- 15 16 `\{\}` 17 18 Nor in HTML: 19 20 <tag attr="\{\}"></tag> 21 22 Nor before things that aren't punctuation: 23 24 C:\dlang\dmd 25 +/ 26 module ddoc_markdown_escapes;