Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

micro-markdown

Markdown as a service.

POST request

markdown: string

{
  "markdown": "# hello world"
}

options: object

{
  "options": {
    "highlight": null,
    "smartypants": true
  }
}

response

{
  "html": "<h1>hello world</h1>\n",
  "options": {
    "gfm": true,
    "tables": true,
    "breaks": true,
    "pedantic": false,
    "sanitize": true,
    "smartLists": true,
    "smartypants": true,
    "highlight": null
  }
}

License

Copyright (c) 2017 Marius Craciunoiu. Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages