AsciiDoc
AsciiDoc copied to clipboard
Fix explicit code block markup
Parse the ``` delimiters as explicit code block markup to highlight the code block and prevent other markup being parsed from the code block contents (e.g. interpretirng underscores as italic markup).
Fixes https://github.com/SublimeText/AsciiDoc/issues/20.