Compare commits

..

2 Commits

Author SHA1 Message Date
1520b78f01 Update README.md 2025-05-12 12:14:11 +00:00
adf285d723 forgot all lines of unordered lists 2025-01-28 16:15:05 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ sudo make install
or using Docker :
```
docker pull git.simonpetit.top/simonpetit/bob:0.1.0
docker pull git.simonpetit.top/simonpetit/bob:0.1.2
```
## Usage

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>"
}
}