We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6be2cd commit 65e3194Copy full SHA for 65e3194
markdown/extensions/md_in_html.py
@@ -287,6 +287,7 @@ def parse_html_declaration(self, i: int) -> int:
287
if result == -1:
288
self.handle_data(self.rawdata[i:i + 1])
289
return i + 1
290
+ return result
291
# The same override exists in `HTMLExtractor` without the check
292
# for `mdstack`. Therefore, use parent of `HTMLExtractor` instead.
293
return super(HTMLExtractor, self).parse_html_declaration(i)
0 commit comments