Files
kapow/examples/advanced/01_DocumentConverter/README.md
pancho horrillo 26fa12c871 doc: drop mentions to .pow files ($deity REST their soul)
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-24 14:03:49 +01:00

439 B

Document Converter (pandoc) as a Service

A small web gui for pandoc that allows to convert between text formats.

How to run it

$ kapow server DocumentConverter

How to consume it

  1. Visit http://localhost:8080/ from your web browser.
  2. Select and input format. E.g. Markdown
  3. Select and output format. E.g. HTML
  4. Select a file from your disk. E.g. README.md
  5. Press "Convert!"
  6. Enjoy!