Merge remote-tracking branch 'pickfire/markdown'

This commit is contained in:
Maxime Coste 2020-07-18 13:52:29 +10:00
commit 82a2bcc661

View File

@ -81,6 +81,9 @@ add-highlighter shared/markdown/inline/text/ regex ^\[[^\]\n]*\]:\h*([^\n]*) 1:l
add-highlighter shared/markdown/inline/text/ regex ^\h*(>\h*)+ 0:comment add-highlighter shared/markdown/inline/text/ regex ^\h*(>\h*)+ 0:comment
add-highlighter shared/markdown/inline/text/ regex \H\K\h\h$ 0:PrimarySelection add-highlighter shared/markdown/inline/text/ regex \H\K\h\h$ 0:PrimarySelection
# Inline code
add-highlighter shared/markdown/inline/text/ regex "^ [^\n]*" 0:meta
# Commands # Commands
# ‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾