summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-01 15:54:01 +0300
committerPaul Buetow <paul@buetow.org>2023-04-01 15:54:01 +0300
commitc0591b60400000621c30d54440917931086ec6c9 (patch)
treea4a5da028fcbea7a85b968cd3dec47f829b12dc0 /lib
parent1582c209941bc6cd6aefe507c59fab4a8f99ceb8 (diff)
no br after pre
Diffstat (limited to 'lib')
-rw-r--r--lib/html.source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/html.source.sh b/lib/html.source.sh
index ff91c4e..d99220b 100644
--- a/lib/html.source.sh
+++ b/lib/html.source.sh
@@ -106,7 +106,7 @@ html::fromgmi () {
elif [[ "$is_plain" == yes ]]; then
if [[ "$line" == '```'* ]]; then
- echo "</pre><br />"
+ echo "</pre>"
is_plain=no
else
html::encode "$line"