>> ... when looking at an HTML file on github, is there any way to
>> display it rendered, rather than as text?

I had the same question and did not know about Rawgit. I used the
instructions here instead:
http://help.github.com/articles/checking-out-pull-requests-locally#modifying-an-inactive-pull-request-locally

Step-by-step for the pull request under discussion:

1. git clone https://github.com/swcarpentry/site.git
2. cd site
3. git fetch origin pull/610/head:blog-splitting-repo
4. git checkout blog-splitting-repo
5. make cache && make site
6. x-www-browser _site/blog/2014/09/splitting-the-repo.html



_______________________________________________
Discuss mailing list
[email protected]
http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org

Reply via email to