File: backtick-escape.txt

package info (click to toggle)
python-markdown 3.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,936 kB
  • sloc: python: 10,425; makefile: 70; 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.`