This part of a readme
> This is a blockquote
>
> ```toml
> clap = { git = "https://github.com/clap-rs/clap/" }
> ```
fails with
README.md (line 22) ... TOML parse error: unexpected character found: `>` at line 1 column 1 in
> clap = { git = "https://github.com/clap-rs/clap/" }
I'm not sure if it's a bug in your crate or in pulldown-cmark.
As a workaround, would you be wiling to accept a PR that strips any leading > from toml blocks?
This part of a readme
fails with
I'm not sure if it's a bug in your crate or in
pulldown-cmark.As a workaround, would you be wiling to accept a PR that strips any leading
>fromtomlblocks?