AsciiDoc icon indicating copy to clipboard operation
AsciiDoc copied to clipboard

Fix explicit code block markup

Open Lastique opened this issue 7 months ago • 0 comments

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.

Lastique avatar May 22 '25 00:05 Lastique