From 01b3e73a2fc97eecf774adeda3a9004b706fe181 Mon Sep 17 00:00:00 2001 From: Dennis Burke Date: Fri, 9 Aug 2024 11:34:37 -0400 Subject: [PATCH] fix formatting --- textile/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: