diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 13:13:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 13:13:12 +0300 |
commit | 0452821b2aaf9687acdcb0eb057ed873234f9878 (patch) | |
tree | fb3f3b54c1ce40ea465880c3a57e370e36bffc99 /_notes/markdown.md | |
parent | bump jekyll-theme (diff) | |
download | blog-0452821b2aaf9687acdcb0eb057ed873234f9878.tar.gz blog-0452821b2aaf9687acdcb0eb057ed873234f9878.zip |
markdown: remove extra empty line
Diffstat (limited to '')
-rw-r--r-- | _notes/markdown.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_notes/markdown.md b/_notes/markdown.md index dee25f4..f652bc8 100644 --- a/_notes/markdown.md +++ b/_notes/markdown.md @@ -1,7 +1,6 @@ --- title: Markdown style guide --- - * `diff`- and HTML-friendliness is valued over human-readability. * Every sentence starts on a new line ("semantic newlines"). * Lines are at most 79 characters long, not counting neither the carriage |