unplugged-system/external/markdown/tests/misc/backtick-escape.html

4 lines
150 B
HTML
Raw Normal View History

<p>`This should not be in code.`
\<code>This should be in code.\\</code>
\`This should not be in code.\`
`And finally this should not be in code.`</p>