forgot all lines of unordered lists
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Simon Petit 2025-01-28 16:15:05 +01:00
parent 61a0348e38
commit adf285d723

View File

@ -100,7 +100,7 @@ function closeOne() {
} else { } else {
# Otherwise, init the unordered list block # Otherwise, init the unordered list block
push("ul") push("ul")
print "<ul>\n<li>" substr($0, 3) "</li>" print "<ul>\n<li>" replaceInline(substr($0, 3)) "</li>"
} }
} }