diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-23 04:51:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-23 04:51:42 +0300 |
commit | 144d02d7eaed58f7ba6928224aff071f600999d7 (patch) | |
tree | 0dbd1d0a794190392f02dd741dc5e46adbdc559f /markdown.md | |
parent | markdown.md: update (diff) | |
download | notes-144d02d7eaed58f7ba6928224aff071f600999d7.tar.gz notes-144d02d7eaed58f7ba6928224aff071f600999d7.zip |
markdown.md: update
Diffstat (limited to '')
-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. |