diff options
Diffstat (limited to 'markdown.md')
-rw-r--r-- | markdown.md | 4 |
1 files changed, 3 insertions, 1 deletions
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. |