Closed mattburgess closed 1 year ago
Hi, thanks for reporting this issue! I believe I've found the underlying cause - a fix is just running through CI now: #124
If you're able to, please install that branch directly and see if it fixes your use case:
cargo install --git https://github.com/tommilligan/mdbook-admonish --branch bug-123
Wow, what a fantastically quick response. Works perfectly here. Thanks very much!
I have the following Markdown:
Thing two
Thing three
Thing 4
This doesn't quite get rendered correctly:
<ol>
resulting in the numbering starting from 1 again, instead of it continuing at 4.