summaryrefslogtreecommitdiff
path: root/mkdoc
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2017-05-05 08:04:42 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2017-05-05 08:04:42 -0400
commit14c1db30737a138f8d9797cffea58783892b2fae (patch)
treec1a23903f61ad7d0a97ddbe54ea1128ee131c1da /mkdoc
parentf8e67d0ae0aa1e948a76f2ed2ffd2446d26b78a1 (diff)
Add space between Markdown hashes and header
Diffstat (limited to 'mkdoc')
-rwxr-xr-xmkdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdoc b/mkdoc
index e2787cd..8c082c3 100755
--- a/mkdoc
+++ b/mkdoc
@@ -4,7 +4,7 @@
autoreadme -f -template README.md.template
# Improve the appearance of the markdown document with features unavailable in godoc
cat README.md | tr '\n' '\v' | sed \
- -e 's/\v##\([^\v]*\)/\v##\1\v\v/g' \
+ -e 's/\v##\([^\v]*\)/\v## \1\v\v/g' \
-e 's/\v• /* /g' \
-e 's/\(http:\/\/www\.google\.com\/fonts\/\)/[Google Fonts](\1)/g' \
-e 's/\(http:\/\/dejavu-fonts\.org\/\)/[DejaVu Fonts](\1)/g' \