jpfleury / gedit-markdown

Support for Markdown language in gedit
GNU General Public License v3.0
130 stars 29 forks source link

Fixes #11 #12

Closed asbjorn closed 9 years ago

asbjorn commented 9 years ago

This change introduces a new 'external tool' named 'Export to PDF'. Basically a shell script that calls 'Pandoc' to convert the markdown file to PDF.

Also added a check to verify that we do have Pandoc installed.