diff options
| author | Paul Buetow <paul@buetow.org> | 2022-06-14 08:42:52 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-06-14 08:42:52 +0100 |
| commit | 5df1d8e2a2cec1df92eeee471193eaf1da6a25b2 (patch) | |
| tree | 775edfaadf9f935bab8972c194f795db40846e0d /lib | |
| parent | 7ff81723feeffd7def66808ba88978318f70343f (diff) | |
fix missing line break after a pre block
Diffstat (limited to 'lib')
| -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 1a35d75..d55067d 100644 --- a/lib/html.source.sh +++ b/lib/html.source.sh @@ -86,7 +86,7 @@ html::fromgmi () { elif [[ "$is_plain" == yes ]]; then if [[ "$line" == '```'* ]]; then - echo "</pre>" + echo "</pre><br />" is_plain=no else html::encode "$line" |
