panglesd / slipshow

An engine for displaying slips, the next-gen version of slides
MIT License
637 stars 10 forks source link

Fix issue with images with attributes #30

Open panglesd opened 1 month ago

panglesd commented 1 month ago

The following file:

![](https://avatars.githubusercontent.com/u/34110029?s=80&v=4){.myclass}

will have the wrong output:

<p><img src="[https://avatars.githubusercontent.com/u/34110029?s=80&amp;v=4](view-source:https://avatars.githubusercontent.com/u/34110029?s=80&v=4)" alt="" ><span class="myclass"><span>![](https://avatars.githubusercontent.com/u/34110029?s=80&amp;v=4)</span></span></p>
panglesd commented 1 month ago

(This probably needs to be fixed in the cmarkit's fork which is not in this repository)