Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
1520b78f01 | |||
adf285d723 |
@ -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
|
||||
|
@ -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