Guest User

Untitled

a guest
Jan 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Install globally to use from the command line.
  2.  
  3. ```
  4. npm install mdpdf -g
  5. ```
  6.  
  7. Example usage:
  8.  
  9. ```
  10. mdpdf README.md - Simple convert using GitHub Markdown CSS and some additional basic stylings.
  11. mdpdf README.md --style styles.css --header header.hbs --hHeight 22 - Convert with custom styling with a header of height 22mm.
  12. ```
Add Comment
Please, Sign In to add comment