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 \`\`\` [github]:https://github.com/SimpelMe/pandoc-web [Pandoc]:https://pandoc.org [markup.rocks]:https://github.com/osener/markup.rocks [installing instructions on github]:https://github.com/jgm/pandoc/blob/main/INSTALL.md