joeyespo / grip

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

Export is not complete #217

Open zabojpetr opened 7 years ago

zabojpetr commented 7 years ago

Hi, I tried export markdown file and there are differences between server version and exported version. In exported version:

I think that the problem is in import css styles <link rel="stylesheet" href="/__/grip/static/octicons/octicons.css" /> Can I export markdown to look like on server?

beevatsyu commented 7 years ago

Also, export does not work recursively. That means if README.md link to bunch of *md files (like swagger codegen output for client) then export doesn't render those mds.

StevenBarre commented 6 years ago

Also, links to other md files should be changed to .html if you are exporting a bunch of files and want them to link together.