From c0591b60400000621c30d54440917931086ec6c9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 Apr 2023 15:54:01 +0300 Subject: no br after pre --- lib/html.source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/html.source.sh') 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 "
" + echo "" is_plain=no else html::encode "$line" -- cgit v1.2.3