cloose / CuteMarkEd

Qt Markdown Editor
http://cloose.github.io/CuteMarkEd
Other
1.48k stars 319 forks source link

Markdown converter using pandoc #123

Open cloose opened 10 years ago

cloose commented 10 years ago

Add a new MarkdownConverter implementation that uses the pandoc to convert the Markdown document to HTML.

pandoc is a Haskell library and a command line tool. So we have two options:

This maintaining a binding is very time-consuming, we should go for option 1.

sunnyolives commented 8 years ago

I suppose there would be a dialogue prompt where all pandoc arguments are specified?

What about a pdf converter?