htmlpreview / htmlpreview.github.com

HTML Preview for GitHub Repositories

Home Page:htmlpreview.github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work for https://github.com/google/glog/blob/master/doc/glog.html

vadimcn opened this issue · comments

This is due to using document.write() in the original HTML file, which reopens the document and overwrites its contents. Not much I can do with it.