summaryrefslogtreecommitdiff
path: root/markdown/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/core.py')
-rw-r--r--markdown/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/core.py b/markdown/core.py
index 2f7f2d5..d8c8196 100644
--- a/markdown/core.py
+++ b/markdown/core.py
@@ -82,7 +82,7 @@ class Markdown:
# Other elements which Markdown should not be mucking up the contents of.
'canvas', 'colgroup', 'dd', 'body', 'dt', 'group', 'iframe', 'li', 'legend',
'math', 'map', 'noscript', 'output', 'object', 'option', 'progress', 'script',
- 'style', 'tbody', 'td', 'textarea', 'tfoot', 'th', 'thead', 'tr', 'video'
+ 'style', 'summary', 'tbody', 'td', 'textarea', 'tfoot', 'th', 'thead', 'tr', 'video'
]
self.registeredExtensions = []