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