Compare commits

..

1 Commits

Author SHA1 Message Date
adf285d723 forgot all lines of unordered lists
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-01-28 16:15:05 +01:00

View File

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