Atom Markdown to PDF - CloudCommandos/JohnChan GitHub Wiki

To export your GitHub markdown documents to PDF using the Atom text editor, you can install the markdown-pdf plugin.

You can use the hotkey CTRL + SHIFT + c to export your docs to PDF.

Bug: white spaces after 'w'

Check your exported PDF and see if the character w is always followed by a white space. If yes, then chances are you are using an outdated version of mdpdf module, which is used by markdown-pdf for the PDF conversion.

Delete the outdated module at C:\Users\User\.atom\packages\markdown-pdf\node_modules. Then install mdpdf's latest version using npm.

cd C:\Users\User\.atom\packages\markdown-pdf\node_modules
npm install [email protected]

Export your doc to PDF again and check if the problem still exists.

Custom Styles

To overwrite the css