Closed CoralPink closed 1 year ago
Thank you for the report! I'm a big dummy, I'm pretty sure I immediately know exactly what the problem is. Will put out a fix when I get online this morning.
Thank you! That's great!
I am already relieved.π
A fix is just running through CI now: #128
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-127
Thanks! I tried it on this branch and it worked!! π
Hello, thanks for the last time! π
I had a little trouble this time, after updating mdbook-admonish to
v1.12.0
, when I did themdbook build
, the process was interrupted by a panic.... π’π Markdown file (click me)
~~~markdown # Chapter 1 δΎγγ°γγγ―`ng` γ§γπ `Abc`and`Def`ghi ```admonish success title="" ![example](example.webp)I thought it was simply a bad multibyte character, so I tried the following...?
π Markdown
~~~markdown # Chapter 1 δΎγγ°γγγ―`ng` γ§γπ `Abc`and`Def`ghi ~~~This seems to be OK.
At this point, I have no idea anymore, but what confuses me even more is that if I delete a few lines from the first file, it somehow becomes OK.
π Markdown
~~~markdown # Chapter 1 δΎγγ°γγγ―`ok` γ§γπ `Abc`and`Def`ghi ```admonish success title="" ![example](example.webp)(...I can't help but wonder why this is OK.)
All I know is that if the error occurs, the problem definitely occurs at
markdown.rs:38:26
.Sorry for the vague report. I hope it helps... π