Select Git revision
-
Conrad Zelck authored
A working website w/o file in- or output. Signed-off-by:
Conrad Zelck <git@simpel.cc>
Conrad Zelck authoredA working website w/o file in- or output. Signed-off-by:
Conrad Zelck <git@simpel.cc>
example.md 965 B
pandoc-web
pandoc-web is a client-side app that lets you edit, preview and convert between documents written in various markup languages in your browser.
Open source
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
Building
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 ```