alek3y
alek3y
Wouldn't it be possible to also support image/svg? Some programs unfortunately embed the image as a url instead of putting its tags directly into the SVG.
Same here. Running `nvim -V100out.txt tabs.py` results in the following log: ``` File type: Buffer type: Guess Indent Lines using tabs: 1 Lines using spaces: 0 Lines loaded: 3 Lines...
It seems like the `` spacer is rendered as a child of the previous section (which also causes it to disappear when folding is enabled), so I think `` would...
I think this might actually be an issue of [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark). I'll wait confirmation before closing this.
As far as I can tell it's still happening. I just took another look at the code, and I'm pretty sure it's `pulldown_cmark_to_cmark::cmark` that causes this. The events [generated](https://github.com/dylanowen/mdbook-graphviz/blob/4c366e34825489ad4b596677e36e53f255d3f651/src/preprocessor.rs#L153) by...