Include raw images
BertrandBordage opened this issue · 3 comments
Img tags are currently linking to their git pages like https://github.com/ralsina/rst-cheatsheet/blob/master/magnetic-balls.jpg. This should link to raw images, like https://raw.github.com/ralsina/rst-cheatsheet/master/magnetic-balls.jpg.
Sorry if I am dense but what image tags are you taking about?
In rst-cheatsheet.rst, the "image" directives:
.. image:: magnetic-balls.jpg
are not rendered properly using github. So I thought the filenames could be replaced with raw github links like https://raw.github.com/ralsina/rst-cheatsheet/master/magnetic-balls.jpg.
If I do that, then it won't render correctly when trying to build the PDF, which is the whole idea :-)
You can, of course, clone the repo and run rst2html yourself on it if you want a HTML version.