joeyespo / grip

Preview GitHub README.md files locally before committing them.
MIT License
6.49k stars 424 forks source link

stylesheet url error in exported html #200

Closed jemyzhang closed 8 years ago

jemyzhang commented 8 years ago

in the head of the generated html document, the href without http or https. as of

<link rel="stylesheet" href="//octicons.github.com/components/octicons/octicons/octicons.css" />
joeyespo commented 8 years ago

Oops, forgot about this issue. This should be fixed as of v4.3 since the icons aren't coming from GitHub anymore.

Be sure to run pip install --upgrade grip and feel free to re-open if this is still a problem.