aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/core.py')
-rw-r--r--markdown/core.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/markdown/core.py b/markdown/core.py
index b031715..2144f00 100644
--- a/markdown/core.py
+++ b/markdown/core.py
@@ -50,7 +50,6 @@ class Markdown(object):
option_defaults = {
'tab_length': 4,
'smart_emphasis': True,
- 'lazy_ol': True,
}
output_formats = {
@@ -75,7 +74,6 @@ class Markdown(object):
* "html": Outputs HTML style tags.
* tab_length: Length of tabs in the source. Default: 4
* smart_emphasis: Treat `_connected_words_` intelligently Default: True
- * lazy_ol: Ignore number of first item of ordered lists. Default: True
"""