Version 1
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / md1_links_inline_style.html
diff --git a/vendor/cebe/markdown/tests/markdown-data/md1_links_inline_style.html b/vendor/cebe/markdown/tests/markdown-data/md1_links_inline_style.html
new file mode 100644 (file)
index 0000000..9c992e7
--- /dev/null
@@ -0,0 +1,5 @@
+<p>Just a <a href="/url/">URL</a>.</p>
+<p><a href="/url/" title="title">URL and title</a>.</p>
+<p><a href="/url/" title="title preceded by two spaces">URL and title</a>.</p>
+<p><a href="/url/" title="title preceded by a tab">URL and title</a>.</p>
+<p><a href="">Empty</a>.</p>