DoctorWkt / acwj

A Compiler Writing Journey
GNU General Public License v3.0
10.43k stars 1.01k forks source link

Several issues trying to translate the Readme.md files with pandoc #79

Open vonbrand opened 3 weeks ago

vonbrand commented 3 weeks ago

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)