Compare commits
No commits in common. "master" and "v0.1.1" have entirely different histories.
@ -100,7 +100,7 @@ function closeOne() {
|
||||
} else {
|
||||
# Otherwise, init the unordered list block
|
||||
push("ul")
|
||||
print "<ul>\n<li>" replaceInline(substr($0, 3)) "</li>"
|
||||
print "<ul>\n<li>" substr($0, 3) "</li>"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user