Skip to content
Snippets Groups Projects
Select Git revision
  • bf5a67496d931c94d3ac530c382b569c3ebcf07a
  • main default protected
2 results

example.md

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