summaryrefslogtreecommitdiff
path: root/vendor/erusev/parsedown/test/data/span-level_html.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/erusev/parsedown/test/data/span-level_html.md')
-rw-r--r--vendor/erusev/parsedown/test/data/span-level_html.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/erusev/parsedown/test/data/span-level_html.md b/vendor/erusev/parsedown/test/data/span-level_html.md
new file mode 100644
index 00000000..f2219655
--- /dev/null
+++ b/vendor/erusev/parsedown/test/data/span-level_html.md
@@ -0,0 +1,8 @@
+an <b>important</b> <a href=''>link</a>
+
+broken<br/>
+line
+
+<b>inline tag</b> at the beginning
+
+<span>http://example.com</span> \ No newline at end of file