forgot all lines of unordered lists
This commit is contained in:
parent
61a0348e38
commit
adf285d723
@ -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>"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user