X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e7f9c8699d72f22cb873c3666c8ef84e9462c787..b106425926aabf68ab355abe34aeec0084797058:/test/syntax.md diff --git a/test/syntax.md b/test/syntax.md index 8a7421d..9c849e7 100644 --- a/test/syntax.md +++ b/test/syntax.md @@ -140,6 +140,16 @@ Fenced code blocks TODO add option to turn ON/OFF: fenced code block ``` +Fenced code living in an indented environment is correctly highlighted: + +1. run this command to do this: + + ``` +some command + ``` + +2. Subsequent list items are correctly highlighted. + Fenced code block with language: ```ruby