Added Markdown definitions for bold and italic with asterisks
This commit is contained in:
@@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
# Bold text
|
# Bold text
|
||||||
'\b__[^_]+?__\b': BOLD_WHITE
|
'\b__[^_]+?__\b': BOLD_WHITE
|
||||||
|
'\*\*[^*]+?\*\*': BOLD_WHITE
|
||||||
|
|
||||||
# Italic text
|
# Italic text
|
||||||
'\b_[^_]+?_\b': ITALIC_WHITE
|
'\b_[^_]+?_\b': ITALIC_WHITE
|
||||||
|
'\*[^*\n]+?\*': ITALIC_WHITE
|
||||||
|
Reference in New Issue
Block a user