diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-01 15:54:01 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-01 15:54:01 +0300 |
| commit | c0591b60400000621c30d54440917931086ec6c9 (patch) | |
| tree | a4a5da028fcbea7a85b968cd3dec47f829b12dc0 /lib/html.source.sh | |
| parent | 1582c209941bc6cd6aefe507c59fab4a8f99ceb8 (diff) | |
no br after pre
Diffstat (limited to 'lib/html.source.sh')
| -rw-r--r-- | lib/html.source.sh | 2 |
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" |
