mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-17 09:59:46 -07:00
Fixed missing tag subs
This commit is contained in:
@@ -548,7 +548,8 @@ class MarkdownToMicron:
|
||||
|
||||
def _visible_width(self, text):
|
||||
text = re.sub(r'`[FB][0-9a-fA-F]{3}', '', text)
|
||||
text = re.sub(r'`[!*_]', '', text)
|
||||
text = re.sub(r'`[FB]T[0-9a-fA-F]{6}', '', text)
|
||||
text = re.sub(r'`[!*_=]', '', text)
|
||||
text = re.sub(r'`f`b', '', text)
|
||||
text = re.sub(r'`f', '', text)
|
||||
text = re.sub(r'`b', '', text)
|
||||
|
||||
Reference in New Issue
Block a user