about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-06-15 23:04:30 -0500
committerCase Duckworth2024-06-15 23:04:30 -0500
commitb6fb7975b7d886a7a6a95a3215db32dd31cbdf81 (patch)
tree89f5d5ca2333a0427f42bab86d235cef033c77a4
parentDefine `t' to the result of reading tests/test.gmi (diff)
downloadjimmy-b6fb7975b7d886a7a6a95a3215db32dd31cbdf81.tar.gz
jimmy-b6fb7975b7d886a7a6a95a3215db32dd31cbdf81.zip
Change format
-rw-r--r--lib/html.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/html.scm b/lib/html.scm index 9ed5957..6c16dd0 100644 --- a/lib/html.scm +++ b/lib/html.scm
@@ -25,7 +25,8 @@
25 25
26 ((o (char->tag "*" "b") 26 ((o (char->tag "*" "b")
27 (char->tag "_" "i") 27 (char->tag "_" "i")
28 (char->tag "`" "code")) s)) 28 (char->tag "`" "code"))
29 s))
29 30
30(set-formats! 31(set-formats!
31 '((para (line . "~a~%") 32 '((para (line . "~a~%")