diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-10-23 18:32:58 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-10-23 18:32:58 -0400 |
commit | 03029616a9f40b4e8affab981818e47a9507acd9 (patch) | |
tree | b792367fdcc852477297a1f7f7f88a2e38b0f3fc | |
parent | d700d0a243b3e461f2e9ff189137be31c15972f4 (diff) | |
download | markdown-03029616a9f40b4e8affab981818e47a9507acd9.tar.gz markdown-03029616a9f40b4e8affab981818e47a9507acd9.tar.bz2 markdown-03029616a9f40b4e8affab981818e47a9507acd9.zip |
Update reference.txt
Fixed #261. Thanks for the report @mpvharmelen.
-rw-r--r-- | docs/reference.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.txt b/docs/reference.txt index fa32972..8200739 100644 --- a/docs/reference.txt +++ b/docs/reference.txt @@ -221,7 +221,7 @@ The following options are available on the `markdown.markdown` function: By default markdown will ignore the fact the the first line started with item number "4" and the HTML list will start with a number "1". - If `lazy_ol` is set to `True`, then markdown will output the following + If `lazy_ol` is set to `False`, then markdown will output the following HTML: <ol> |