Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 965 Bytes

example.md

File metadata and controls

28 lines (19 loc) · 965 Bytes

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 ```