From 0452821b2aaf9687acdcb0eb057ed873234f9878 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Fri, 9 Apr 2021 13:13:12 +0300
Subject: markdown: remove extra empty line

---
 _notes/markdown.md | 1 -
 1 file changed, 1 deletion(-)

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
-- 
cgit v1.2.3