Skip to content

Commit 4365646

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d00d04d commit 4365646

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qtribu/gui/markdown_highlighter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414

1515
class MarkdownHighlighter(QSyntaxHighlighter):
16-
1716
MARKDOWN_KEYS_REGEX = {
1817
"Bold": re.compile("(?P<delim>\*\*)(?P<text>.+)(?P=delim)"),
1918
"uBold": re.compile("(?P<delim>__)(?P<text>[^_]{2,})(?P=delim)"),

0 commit comments

Comments
 (0)