From 144d02d7eaed58f7ba6928224aff071f600999d7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 23 May 2017 04:51:42 +0300 Subject: markdown.md: update --- markdown.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/markdown.md b/markdown.md index c7b5f47..7b844c9 100644 --- a/markdown.md +++ b/markdown.md @@ -27,7 +27,9 @@ Executable names are enclosed in a pair of backticks (\`) unless it's a part of a path, a link or a header. * Code blocks are indented with 4 spaces. - Code blocks inside lists are indented with 4 * (list nesting level + 1) spaces. + Code blocks inside lists are indented according to the spec + (https://github.github.com/gfm/#list-items), i.e. the column of the first + non-whitespace character in the item + 4. * Don't mix fenced code blocks with indented code blocks in a single document. -- cgit v1.2.3