X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/03c4be2d4edb2b6b81932e495c9463e2b08f3054..3b7499f4cf49a9009d70ab6fac447d258f0097ec:/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