diff options
Diffstat (limited to 'tests/markdown-test/tabs.html')
-rw-r--r-- | tests/markdown-test/tabs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/markdown-test/tabs.html b/tests/markdown-test/tabs.html index b26391b..3c11f14 100644 --- a/tests/markdown-test/tabs.html +++ b/tests/markdown-test/tabs.html @@ -1,11 +1,11 @@ <ul> <li> <p>this is a list item -indented with tabs</p> + indented with tabs</p> </li> <li> <p>this is a list item -indented with spaces</p> + indented with spaces</p> </li> </ul> <p>Code:</p> |