htmlpreview / htmlpreview.github.com

HTML Preview for GitHub Repositories
htmlpreview.github.com
1.53k stars 307 forks source link

Support for relative urls #53

Open FastGeert opened 7 years ago

FastGeert commented 7 years ago

Hi, I love your work on htmlpreview. Great stuff.

I was struggling with links from markdown repositories to html files in the same repository, as I did not find a way to make them relative to the revision.

So in this pull request I added url rewriting to support linking to html files relative to .md documentation in the same repository of a specific revision.

There is one implication that htmlpreview.github.io will need to be hosted on https, but using caddy that should not be a problem.

not-my-profile commented 2 years ago

Some users disable the HTTP Referer header because of privacy concerns. For those users this trick would result in broken links.