aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/sane_lists.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/extensions/sane_lists.py')
-rw-r--r--markdown/extensions/sane_lists.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/markdown/extensions/sane_lists.py b/markdown/extensions/sane_lists.py
index 7fb4fd6..479da04 100644
--- a/markdown/extensions/sane_lists.py
+++ b/markdown/extensions/sane_lists.py
@@ -25,6 +25,7 @@ import re
class SaneOListProcessor(OListProcessor):
SIBLING_TAGS = ['ol']
+ LAZY_OL = False
def __init__(self, parser):
super(SaneOListProcessor, self).__init__(parser)