summaryrefslogtreecommitdiff
path: root/vendor/erusev/parsedown/test/data/code_span.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/erusev/parsedown/test/data/code_span.md')
-rw-r--r--vendor/erusev/parsedown/test/data/code_span.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/erusev/parsedown/test/data/code_span.md b/vendor/erusev/parsedown/test/data/code_span.md
deleted file mode 100644
index c2f1a744..00000000
--- a/vendor/erusev/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