Version 1
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / emphasis.html
diff --git a/vendor/cebe/markdown/tests/markdown-data/emphasis.html b/vendor/cebe/markdown/tests/markdown-data/emphasis.html
new file mode 100644 (file)
index 0000000..a7f1bba
--- /dev/null
@@ -0,0 +1,8 @@
+<p>this is <strong>strong</strong> and this is <strong>strong</strong>.</p>
+<p>this is <em>em</em> and this is <em>em</em>.</p>
+<p><em><code>code</code></em> <strong><code>code</code></strong></p>
+<p><em><code>code</code><strong><code>code</code></strong><code>code</code></em></p>
+<p>Hey <em>this is
+italic</em></p>
+<p>Hey <strong>this is
+bold</strong></p>