Broken Rendering in Firefox: [guetzli.md](https://github.com/user-attachments/files/19974613/guetzli.md) [typst.md](https://github.com/user-attachments/files/19974636/typst.md) [upgit.md](https://github.com/user-attachments/files/19974639/upgit.md) [creold.md](https://github.com/user-attachments/files/19974662/creold.md) All you have to do to break the rendering is include HTML before any markdown. Insert this at the top of any `.md` file and it won't render in Firefox: ``` <p align="left"><img src="https://www.whatever.com/image.jpg" alt="Alt text" width="128"></p> ``` Chrome handles it fine. Would love a bug-fix!