diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2015-04-07 19:50:25 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2018-07-31 10:20:53 -0400 |
commit | 15acbdec8c9357b78435af707140b0278cf376b2 (patch) | |
tree | 2fc8ed6ef8a8fe38978dcd755ebadf0a5d269370 /tests/options/lazy_ol_off.txt | |
parent | 7f36cdd25f0c8d163be4d6904914576feccbbe44 (diff) | |
download | markdown-15acbdec8c9357b78435af707140b0278cf376b2.tar.gz markdown-15acbdec8c9357b78435af707140b0278cf376b2.tar.bz2 markdown-15acbdec8c9357b78435af707140b0278cf376b2.zip |
Remove lazy_ol keyword. Use sane_lists extension instead.
This was adapted from 11408e50 of the md3 branch.
Diffstat (limited to 'tests/options/lazy_ol_off.txt')
-rw-r--r-- | tests/options/lazy_ol_off.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/options/lazy_ol_off.txt b/tests/options/lazy_ol_off.txt deleted file mode 100644 index 611f3a6..0000000 --- a/tests/options/lazy_ol_off.txt +++ /dev/null @@ -1,17 +0,0 @@ -A numbered list from daringfireball: - -3. Bird -1. McHale -8. Parish - -Again: - -3. Bird -1. McHale -8. Parish - -Now starting with 1: - -1. Bird -1. McHale -8. Parish |