aboutsummaryrefslogtreecommitdiffstats
path: root/tests/markdown-test/tabs.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/markdown-test/tabs.html')
-rw-r--r--tests/markdown-test/tabs.html30
1 files changed, 12 insertions, 18 deletions
diff --git a/tests/markdown-test/tabs.html b/tests/markdown-test/tabs.html
index f90fb95..f302d5f 100644
--- a/tests/markdown-test/tabs.html
+++ b/tests/markdown-test/tabs.html
@@ -1,29 +1,23 @@
<ul>
-<li>
-<p>this is a list item
+ <li>
+ <p>this is a list item
indented with tabs</p>
-</li>
-<li>
-<p>this is a list item
+ </li>
+ <li>
+ <p>this is a list item
indented with spaces</p>
-</li>
+ </li>
</ul>
<p>Code:</p>
-<pre>
-<code>this code block is indented by one tab
-</code>
-</pre>
+<pre><code>this code block is indented by one tab
+</code></pre>
<p>And:</p>
-<pre>
-<code> this code block is indented by two tabs
-</code>
-</pre>
+<pre><code> this code block is indented by two tabs
+</code></pre>
<p>And:</p>
-<pre>
-<code>+ this is an example list item
+<pre><code>+ this is an example list item
indented with tabs
+ this is an example list item
indented with spaces
-</code>
-</pre>
+</code></pre> \ No newline at end of file