From 22759e719d5561ed0dbfd0e45a52a13994699ee3 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Tue, 2 Mar 2021 16:09:30 +1100 Subject: help.gemini: add spaces after headers It seems common in gemtext to have a line of spacing after headings. helps with readability a bit --- doc/gen-man.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/gen-man.sh b/doc/gen-man.sh index c8e6fdf..19da642 100755 --- a/doc/gen-man.sh +++ b/doc/gen-man.sh @@ -54,8 +54,8 @@ gem_in=$( cat "$gemtext_in" | # Strip a few lines from beginning/end of file. - tail -n +7 | - head -n -7 | + tail -n +9 | + head -n -9 | # First expression replaces all [Text like this] with bold text. # Second expression replaces text like *This* or _this_ with italic text. -- cgit v1.2.3