File: backtick-escape.txt

package info (click to toggle)
python-markdown 3.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,208 kB
  • sloc: python: 12,733; makefile: 66; sh: 7
file content (4 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (6)
1
2
3
4
\`This should not be in code.\`
\\`This should be in code.\\`
\\\`This should not be in code.\\\`
\`And finally this should not be in code.`