Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 9, 2024
1 parent f6fbd53 commit 01b3e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textile/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 01b3e73

Please sign in to comment.