aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/postprocessors.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/postprocessors.py')
-rw-r--r--markdown/postprocessors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/postprocessors.py b/markdown/postprocessors.py
index 672953a..071791a 100644
--- a/markdown/postprocessors.py
+++ b/markdown/postprocessors.py
@@ -72,7 +72,7 @@ class RawHtmlPostprocessor(Postprocessor):
return html.replace('"', '"')
def isblocklevel(self, html):
- m = re.match(r'^\<\/?([^ ]+)', html)
+ m = re.match(r'^\<\/?([^ >]+)', html)
if m:
if m.group(1)[0] in ('!', '?', '@', '%'):
# Comment, php etc...