summaryrefslogtreecommitdiff
path: root/markdown/blockprocessors.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2015-12-29 18:28:13 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2015-12-29 18:28:13 -0500
commiteac0cc2ac97fd1aeaf8a267917eb09fbf3b53ab2 (patch)
tree159fbb946e893001a4c48c48be99b8ef31d1c824 /markdown/blockprocessors.py
parentb0ff2da7172e411c312f228290968f63de3bdf81 (diff)
downloadpython-markdown-md3.tar.gz
Cleanup backport of 2.6.x bugfixes.md3
Diffstat (limited to 'markdown/blockprocessors.py')
-rw-r--r--markdown/blockprocessors.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/markdown/blockprocessors.py b/markdown/blockprocessors.py
index 39719aa..332c3a7 100644
--- a/markdown/blockprocessors.py
+++ b/markdown/blockprocessors.py
@@ -300,6 +300,8 @@ class OListProcessor(BlockProcessor):
""" Process ordered list blocks. """
TAG = 'ol'
+ # Lazy ol - ignore startswith
+ LAZY_OL = True
# The integer (python string) with which the lists starts (default=1)
# Eg: If list is intialized as)
# 3. Item