Skip to content

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

License

Notifications You must be signed in to change notification settings

pmioni/pandoc-as-a-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandoc As A Service

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

Overview

Basically I wrapped Pandoc in a web service.

Installation

docker run -p 8080:8080 mrded/pandoc-as-a-service

The server will be available on http://localhost:8080

Conversion API

Pandoc As A Service has a simple to use HTTP API:

POST a text to http://localhost/:format

curl -H "Content-Type: text/markdown" -X POST -d "# hello" http://localhost/html

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.4%
  • HTML 17.6%