summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-11-20 10:30:13 +0000
committerPaul Buetow <paul@buetow.org>2022-11-20 10:30:13 +0000
commit4c4f379ea616eeec320ec27776c739fadf70d2da (patch)
tree85d2b8da1f33c327f57def0ba31a178872050a3d
parent4bf2c17e3f647ebf004b2a1ca5e6eb682e4ad966 (diff)
dont format inline in plain block
-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 ac604c9..03bbb45 100644
--- a/lib/html.source.sh
+++ b/lib/html.source.sh
@@ -111,7 +111,7 @@ html::fromgmi () {
echo "</pre><br />"
is_plain=no
else
- html::encode "$line" | html::process_inline
+ html::encode "$line"
fi
continue
fi