X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/886ba1b89a55ec6495f9a4c10206aa950e712211..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