diff --git a/mdx_oembed/inlinepatterns.py b/mdx_oembed/inlinepatterns.py index 8c59ea1..1dcee45 100644 --- a/mdx_oembed/inlinepatterns.py +++ b/mdx_oembed/inlinepatterns.py @@ -23,7 +23,7 @@ def handleMatch(self, match): return None else: html = "
%s
" % html - placeholder = self.markdown.htmlStash.store(html, True) + placeholder = self.markdown.htmlStash.store(html) return placeholder def get_oembed_html_for_match(self, match):