Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jul 12, 2015
1 parent d159e69 commit c7473f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mistune.py
Expand Up @@ -566,9 +566,6 @@ def output_url(self, m):
def output_inline_html(self, m):
text = m.group(0)
tag = m.group(1)
if not tag:
return self.renderer.inline_html(text)

if self._parse_inline_html and tag in _inline_tags:
if tag == 'a':
self._in_link = True
Expand Down

0 comments on commit c7473f9

Please sign in to comment.