aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/code_span.html
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/code_span.html')
-rw-r--r--library/parsedown/test/data/code_span.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/library/parsedown/test/data/code_span.html b/library/parsedown/test/data/code_span.html
new file mode 100644
index 000000000..5c4c231e3
--- /dev/null
+++ b/library/parsedown/test/data/code_span.html
@@ -0,0 +1,6 @@
+<p>a <code>code span</code></p>
+<p><code>this is also a codespan</code> trailing text</p>
+<p><code>and look at this one!</code></p>
+<p>single backtick in a code span: <code>`</code></p>
+<p>backtick-delimited string in a code span: <code>`foo`</code></p>
+<p><code>sth `` sth</code></p> \ No newline at end of file