pandoc-as-a-service icon indicating copy to clipboard operation
pandoc-as-a-service copied to clipboard

If you need to convert text from one markup format into another, pandoc-as-a-service is your swiss-army knife.

Results 3 pandoc-as-a-service issues
Sort by recently updated
recently updated
newest added

Following request kills the server: `curl -H "Content-Type: text/plain" -X POST -d "# hello world" http://pandoc-as-a-service.com/markdown/epub`

Nice project! Added to [pandoc wiki](https://github.com/jgm/pandoc/wiki/Pandoc-Extras#web-services) I was happy to [discover](https://github.com/cben/mathdown/issues/33#issuecomment-129980940) you already allow pandoc syntax extensions e.g. `text/markdown_github-blank_before_header+tex_math_dollars+tex_math_single_backslash` :-) But many aspects of pandoc's input and output are not...

`curl -H "Content-Type: text/markdown" -X POST -d "# hello" http://pandoc-as-a-service.com/html -v` ``` * Hostname was NOT found in DNS cache * Trying 46.101.11.143... * Connected to pandoc-as-a-service.com (46.101.11.143) port 80...