File: backtick-escape.html

package info (click to toggle)
python-markdown 3.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,128 kB
  • sloc: python: 11,989; makefile: 66; sh: 7
file content (4 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (6)
1
2
3
4
<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>