leegao / readme2tex

Renders TeXy Math for Github Readmes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

403 Forbidden...?

patrick-solving-problems opened this issue · comments

Hi, I hope that I used everything correctly.
But after successfully running python -m readme2tex --output README.md INPUT.md I get my README.md file with

<p align="center"><img src="https://rawgit.com/patrick-rode/sudoku/None/svgs/32737e0a8d5a4cf32ba3ab1b74902ab7.svg?invert_in_darkmode" align=middle width=127.9847844pt height=39.452455349999994pt/></p>

in it. Looks good at first, but the URL does not work:

403 Forbidden
RawGit will soon shut down and is no longer serving new repos. Please visit https://rawgit.com/ for more details.

run with --nocdn to mitigated the error, this flag changes links from https://rawgit.com/ to svgs/ local directory

python -m readme2tex --output README.md --nocdn INPUT.md