From 71de6234b23a22b2ceee6252fe6d2fa843afeaa8 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Paul=20H=C3=A4nsch?=
\n";
+ ret = ret "" HTML( substr(code, 1, st - 1) ) "
\n";
block = substr( code, st + len );
continue;
diff --git a/tests-markdown.sh b/tests-markdown.sh
index 6df4224..30442cc 100755
--- a/tests-markdown.sh
+++ b/tests-markdown.sh
@@ -185,7 +185,7 @@ not be
*formatted*
but " \
+ HTML( substr(code, 1, st - 1) ) "
fenced code will
+'
' \
@@ -762,7 +762,7 @@ list item.fenced code will
not be
*formatted*
but ­ <escaped>
Fenced Code Block
+Fenced Code Block
# with verbatim Text
`and an attribute`
The limerick packs laughs anatomical
--
2.39.5