about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.gmi1
-rwxr-xr-xjimmy6
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 @@
2 2
3[to be documented] 3[to be documented]
4 4
5
diff --git a/jimmy b/jimmy index f5dfa0f..3e4485e 100755 --- a/jimmy +++ b/jimmy
@@ -19,7 +19,7 @@ IPATH="$PWD" # inclusion path
19: "${nl:=::NL::}" # newline 19: "${nl:=::NL::}" # newline
20: "${sp:=::SP::}" # space 20: "${sp:=::SP::}" # space
21: "${te:=::END::}" # template end 21: "${te:=::END::}" # template end
22: "${to:=html}" # output format 22: "${to:=html}" # output format
23 23
24### Formats 24### Formats
25## HTML and GMI are given here. Other formats can be defined in their 25## HTML and GMI are given here. Other formats can be defined in their
@@ -64,8 +64,8 @@ gmi() {
64 : "${fmtbuff_para:=%s$nl}" 64 : "${fmtbuff_para:=%s$nl}"
65 : "${fmtline_para:=%s$sp}" 65 : "${fmtline_para:=%s$sp}"
66 : "${fmtline_plnk:=$nl=> %s %s$nl}" 66 : "${fmtline_plnk:=$nl=> %s %s$nl}"
67 : "${fmtbuff_link:=%s$nl}" 67 : "${fmtbuff_link:=%s}"
68 : "${fmtline_link:==> %s %s}" 68 : "${fmtline_link:==> %s %s$nl}"
69 : "${fmtbuff_verb:=\`\`\`$nl%s\`\`\`$nl}" 69 : "${fmtbuff_verb:=\`\`\`$nl%s\`\`\`$nl}"
70 : "${fmtline_verb:=%s$nl}" 70 : "${fmtline_verb:=%s$nl}"
71 : "${fmtbuff_blank:=$nl}" 71 : "${fmtbuff_blank:=$nl}"