Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
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