Added Markdown definitions for bold and italic with asterisks

This commit is contained in:
2025-06-16 11:15:54 -04:00
parent 43e145a6ec
commit f32bbd2ff1

View File

@@ -14,6 +14,8 @@
# Bold text
'\b__[^_]+?__\b': BOLD_WHITE
'\*\*[^*]+?\*\*': BOLD_WHITE
# Italic text
'\b_[^_]+?_\b': ITALIC_WHITE
'\*[^*\n]+?\*': ITALIC_WHITE