Open vonbrand opened 3 months ago
pandoc Readme.md -o Readme.pdf chokes on some files:
pandoc Readme.md -o Readme.pdf
07 uses ![](https://i.stack.imgur.com/N0KnG.png) to get an image, that doesn't work.
![](https://i.stack.imgur.com/N0KnG.png)
62 references the issues (here!), that gives a huge image that doesn't fit.
Attached two git patches (renamed as .txt as .patch can't be attached). [0001-Get-i.sstatic.net-PNG-image.txt](https://github.com/user-attachments/files/16763618/0001-Get-i.sstatic.net-PNG-image.txt) [0002-Fix-62_Cleanup-Readme.md-reference-to-issues.txt](https://github.com/user-attachments/files/16763620/0002-Fix-62_Cleanup-Readme.md-reference-to-issues.txt)
.txt
.patch
pandoc Readme.md -o Readme.pdf
chokes on some files:07 uses
![](https://i.stack.imgur.com/N0KnG.png)
to get an image, that doesn't work.62 references the issues (here!), that gives a huge image that doesn't fit.
Attached two git patches (renamed as
.txt
as.patch
can't be attached). [0001-Get-i.sstatic.net-PNG-image.txt](https://github.com/user-attachments/files/16763618/0001-Get-i.sstatic.net-PNG-image.txt) [0002-Fix-62_Cleanup-Readme.md-reference-to-issues.txt](https://github.com/user-attachments/files/16763620/0002-Fix-62_Cleanup-Readme.md-reference-to-issues.txt)