Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

403 Forbidden...? #47

Open
patrick-solving-problems opened this issue May 11, 2022 · 1 comment
Open

403 Forbidden...? #47

patrick-solving-problems opened this issue May 11, 2022 · 1 comment

Comments

@patrick-solving-problems

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.

@agmaengine
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants