From 3b7499f4cf49a9009d70ab6fac447d258f0097ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=A4=8F=E6=81=BA=28Xia=20Kai=29?= Date: Fri, 21 Feb 2014 08:51:09 +0800 Subject: [PATCH] added testcase for indented and fenced code block. --- test/syntax.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.39.2