QtMarkdown is a simple GUI for creating Markdown documents. Currently it features a textarea & and a live preview.
- create documents
- syntax helpers (Buttons)
- support for various flavors
- support for own CSS
- syntax checker
Currently you have to clone this git repository and qmake/make by yourself.
git clone git://github.com/themasch/QtMarkdown.git
cd QtMarkdown
qmake
make
You have to install David Parsons discount library in order to compile & use QtMarkdown