diff --git a/textile/core.py b/textile/core.py index 1b8cd66..711d08c 100644 --- a/textile/core.py +++ b/textile/core.py @@ -242,7 +242,7 @@ def parse(self, text, rel=None, sanitize=False): else: self.blocktag_allowlist = set(['bq', 'p', 'br', 'bc', 'notextile', 'pre', 'h[1-6]', - f'fn{regex_snippets['digit']}+', '###']) + f"fn{regex_snippets['digit']}+", '###']) text = self.block(text) text = self.placeNoteLists(text) else: