Skip to content

localserve/markdown.service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown.service

A markdown to html service in Go

go run service.go

curl -d "body=# abc" -X "POST" http://localhost:40001/markdown
<h1>abc</h1>

curl -d "body=# abc" -X "POST" http://localhost:40001/markdown
<h2>abc</h2>

About

A markdown to html service in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages