Skip to content

Commit

Permalink
Fix #137 nested html issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Frost Ming committed Nov 29, 2017
1 parent cef69ac commit 3fabfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mistune.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ class InlineLexer(object):
'linebreak', 'strikethrough', 'text',
]
inline_html_rules = [
'escape', 'autolink', 'url', 'link', 'reflink',
'escape', 'inline_html', 'autolink', 'url', 'link', 'reflink',
'nolink', 'double_emphasis', 'emphasis', 'code',
'linebreak', 'strikethrough', 'text',
]
Expand Down

0 comments on commit 3fabfe4

Please sign in to comment.