From 03bc0a08c99b116bc0cd39923d6cdb4cf1b78a43 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 18 May 2024 21:14:23 -0500 Subject: Final sh commit --- README.gmi | 1 + jimmy | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.gmi b/README.gmi index 3abdd2a..734ec08 100644 --- a/README.gmi +++ b/README.gmi @@ -2,3 +2,4 @@ [to be documented] + diff --git a/jimmy b/jimmy index f5dfa0f..3e4485e 100755 --- a/jimmy +++ b/jimmy @@ -19,7 +19,7 @@ IPATH="$PWD" # inclusion path : "${nl:=::NL::}" # newline : "${sp:=::SP::}" # space : "${te:=::END::}" # template end -: "${to:=html}" # output format +: "${to:=html}" # output format ### Formats ## HTML and GMI are given here. Other formats can be defined in their @@ -64,8 +64,8 @@ gmi() { : "${fmtbuff_para:=%s$nl}" : "${fmtline_para:=%s$sp}" : "${fmtline_plnk:=$nl=> %s %s$nl}" - : "${fmtbuff_link:=%s$nl}" - : "${fmtline_link:==> %s %s}" + : "${fmtbuff_link:=%s}" + : "${fmtline_link:==> %s %s$nl}" : "${fmtbuff_verb:=\`\`\`$nl%s\`\`\`$nl}" : "${fmtline_verb:=%s$nl}" : "${fmtbuff_blank:=$nl}" -- cgit 1.4.1-21-gabe81