decode url strings in text_parser

This commit is contained in:
smilerz
2021-04-15 09:53:45 -05:00
parent b115c37eb8
commit fef5236931
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,6 @@ class StyleTreeprocessor(Treeprocessor):
class MarkdownFormatExtension(markdown.Extension):
# md_ globals deprecated - see here:
def extendMarkdown(self, md):
md.treeprocessors.register(
StyleTreeprocessor(),