summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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 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"