diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-04-29 01:35:29 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2011-04-29 01:35:29 -0400 |
commit | ef7b35ab7ddc8ba174e27f063208dbe38ed02e27 (patch) | |
tree | dfbf158cdf63acb9f4de7b8ceaad2580ed5ad927 /tests/options/lazy_ol_off.txt | |
parent | efa244322af59350056ffe3b93f7d4728d5ce61e (diff) | |
download | markdown-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/options/lazy_ol_off.txt')
-rw-r--r-- | tests/options/lazy_ol_off.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/options/lazy_ol_off.txt b/tests/options/lazy_ol_off.txt new file mode 100644 index 0000000..611f3a6 --- /dev/null +++ b/tests/options/lazy_ol_off.txt @@ -0,0 +1,17 @@ +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 |