Skip to content
/ MarkN Public

A microservice that renders markdown(GFM) document to html, powered by NancyFx

License

Notifications You must be signed in to change notification settings

Wabyon/MarkN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkN

A microservice that renders markdown(GFM) document to html, powered by NancyFx

Features

  • Sanitization
  • Syntax highlighting

Usage

POST /markdown

Paramteres

Name Type Description
text string Required
sanitize bool Default: true

Example

{
  "text": "#Hello world\n[LinkText](http://linkpage)",
  "sanitize": true
}

Responce

Status: 200 OK
Content-Type: text/html

<h1>Hello world</h1>
<p><a href="http://linkpage">LinkText</a></p>

About

A microservice that renders markdown(GFM) document to html, powered by NancyFx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published