pandoc-web is a client-side app that lets you edit, preview and convert between documents written in various markup languages in your browser.
Check out pandoc-web on github to view the source code, file issues or contribute.
pandoc-web wouldn't be possible without these open source projects:
- Pandoc - Extraordinary document converter
- markup.rocks - Pandoc based web converter which inspired me a lot
Of course your server has to have a working pandoc binary. You find installing instructions on github.
The easiest way to get a working installation of this pandoc-web is to use this repo.
```bash $ git clone https://github.com/SimpelMe/pandoc-web ```