Added a Markdown config file

This commit is contained in:
2025-04-21 11:47:43 -04:00
parent 9fce9cf2a1
commit 33a3f7c937

13
config/md.conf Normal file
View File

@@ -0,0 +1,13 @@
# Priority decreases going downward ie. If two regexes match the same piece of
# text, the one defined earlier will take precedence over the one defined later.
# Headings
'##?#?#?#?#?.*': MAGENTA
# Code blocks
'```(.|\n)+?```': YELLOW
# Bold text
'\b__[^_]+?__\b': BOLD_WHITE
# Italic text
'\b_[^_]+?_\b': ITALIC_WHITE