diff options
Diffstat (limited to 'markdown.py')
-rwxr-xr-x | markdown.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown.py b/markdown.py index 368886c..b534f27 100755 --- a/markdown.py +++ b/markdown.py @@ -70,7 +70,7 @@ SMART_EMPHASIS = True # this_or_that does not become this<i>or</i>that HTML_REMOVED_TEXT = "[HTML_REMOVED]" # text used instead of HTML in safe mode BLOCK_LEVEL_ELEMENTS = re.compile("p|div|h[1-6]|blockquote|pre|table|dl|ol|ul" +"|script|noscript|form|fieldset|iframe|math" - +"|ins|del|hr|hr/|style|li|tr") + +"|ins|del|hr|hr/|style|li|dt|dd|tr") """ Constants you probably do not need to change |