diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-04-28 23:10:58 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2011-04-28 23:10:58 -0400 |
commit | ad83ad5c426b508ba0ace30ea83b3e60ec23b8ef (patch) | |
tree | 138283fb5739a2c33bd0c3f85f384968c1a32f4d /tests | |
parent | 08b9b6f879ad81f296abb22b3752a3092b57ee03 (diff) | |
parent | c385e5fc0a9fe7517b4afdb5b3f9c174ae0766de (diff) | |
download | markdown-ad83ad5c426b508ba0ace30ea83b3e60ec23b8ef.tar.gz markdown-ad83ad5c426b508ba0ace30ea83b3e60ec23b8ef.tar.bz2 markdown-ad83ad5c426b508ba0ace30ea83b3e60ec23b8ef.zip |
Merge commit 'refs/merge-requests/13' of git://gitorious.org/python-markdown/mainline into merge-requests/13
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/some-test.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/some-test.html b/tests/misc/some-test.html index b78683f..92e7262 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> +<ol start="3"> <li>Apple</li> <li>Pare</li> </ol> @@ -65,4 +65,4 @@ Another code example * Lists and similar stuff > Should be ignored -</code></pre>
\ No newline at end of file +</code></pre> |