parsedown/tests/data/code_span.md
2014-02-06 11:09:17 +02:00

17 lines
322 B
Markdown

a `code span`
`this is also a codespan` trailing text
`and look at this one!`
single backtick in a code span: `` ` ``
backtick-delimited string in a code span: `` `foo` ``
Trim spaces: `` code ``
Multiple spaces: `` like that ``
Unequal number of spaces: `` like that ``
Space only at the beginning: `` code``