diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 08:40:52 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 08:40:52 +0300 |
commit | 848734e29dee055783e5cf578c743092c5cad6c8 (patch) | |
tree | fd03ee9f649405f28bffff5b40a6bedca55c2f44 /markdown.md | |
parent | add bash.md (diff) | |
download | notes-848734e29dee055783e5cf578c743092c5cad6c8.tar.gz notes-848734e29dee055783e5cf578c743092c5cad6c8.zip |
markdown.md: update
Diffstat (limited to '')
-rw-r--r-- | markdown.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown.md b/markdown.md index cff9a51..89b3257 100644 --- a/markdown.md +++ b/markdown.md @@ -6,7 +6,7 @@ Markdown style guide * Lines are at most 79 characters wide, not counting neither the carriage return, nor the line feed characters. * Not 80 characters, because when you display a 80-character line with a -line feed at the end in Windows's Command Prompt, an extra empty line is added. +line feed at the end in Windows' `cmd`, an extra empty line is added. * No hanging indents in lists. * Nested lists are indented with 4 spaces. * No hanging indents in those also. |