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 8358bb3 commit 6bc119fCopy full SHA for 6bc119f
markdown/extensions/meta.py
@@ -31,7 +31,7 @@ class MetaExtension (Extension):
31
def extendMarkdown(self, md, md_globals):
32
""" Add MetaPreprocessor to Markdown instance. """
33
34
- md.preprocessors.add("meta", MetaPreprocessor(md), "_begin")
+ md.preprocessors.add("meta", MetaPreprocessor(md), ">normalize_whitespace")
35
36
37
class MetaPreprocessor(Preprocessor):
0 commit comments