grip
grip copied to clipboard
Export is not complete
Hi, I tried export markdown file and there are differences between server version and exported version. In exported version:
- no code highlighting
- no hover image near headings
- no image near name of file
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?
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.
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.