joeyespo / grip

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

Octicons.css not in-lined like other style sheets when using `--export` #343

Open jdh104 opened 3 years ago

jdh104 commented 3 years ago

I installed grip via pip install grip grip -V returns Grip 4.5.2

When I use grip in cmd and view the webpage, the source shows several stylesheets including octicons.css. everything works fine image

When I use grip --export and open the exported .html, all of the stylesheets are inlined EXCEPT for octicons.css. image

This results in a 404 on loading the page image

SuperZombi commented 2 years ago

The same problem, but in my case, the styles don't work even when rendering. Have you solved this problem?

long2ice commented 2 years ago

Same here