diff options
Diffstat (limited to 'vendor/erusev/parsedown/test/data/code_span.html')
-rw-r--r-- | vendor/erusev/parsedown/test/data/code_span.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/erusev/parsedown/test/data/code_span.html b/vendor/erusev/parsedown/test/data/code_span.html new file mode 100644 index 00000000..5c4c231e --- /dev/null +++ b/vendor/erusev/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 |