diff options
Diffstat (limited to 'library/parsedown/test/data/code_span.md')
-rw-r--r-- | library/parsedown/test/data/code_span.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/library/parsedown/test/data/code_span.md b/library/parsedown/test/data/code_span.md deleted file mode 100644 index c2f1a7442..000000000 --- a/library/parsedown/test/data/code_span.md +++ /dev/null @@ -1,11 +0,0 @@ -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` `` - -`sth `` sth`
\ No newline at end of file |