aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-04-29 01:35:29 -0400
committerWaylan Limberg <waylan@gmail.com>2011-04-29 01:35:29 -0400
commitef7b35ab7ddc8ba174e27f063208dbe38ed02e27 (patch)
treedfbf158cdf63acb9f4de7b8ceaad2580ed5ad927 /tests/misc
parentefa244322af59350056ffe3b93f7d4728d5ce61e (diff)
downloadmarkdown-ef7b35ab7ddc8ba174e27f063208dbe38ed02e27.tar.gz
markdown-ef7b35ab7ddc8ba174e27f063208dbe38ed02e27.tar.bz2
markdown-ef7b35ab7ddc8ba174e27f063208dbe38ed02e27.zip
Made lazy ordered lists a settable option. The previous behavior (on) is the default.
Diffstat (limited to 'tests/misc')
-rw-r--r--tests/misc/some-test.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/some-test.html b/tests/misc/some-test.html
index 92e7262..b78683f 100644
--- a/tests/misc/some-test.html
+++ b/tests/misc/some-test.html
@@ -51,7 +51,7 @@ ok
with a bunch of items</li>
<li>
<p>Mostly fruits</p>
-<ol start="3">
+<ol>
<li>Apple</li>
<li>Pare</li>
</ol>
@@ -65,4 +65,4 @@ Another code example
* Lists and similar stuff
&gt; Should be ignored
-</code></pre>
+</code></pre> \ No newline at end of file