Skip to content
This repository was archived by the owner on Aug 30, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 336 Bytes

File metadata and controls

23 lines (15 loc) · 336 Bytes

markup

A small app to expose github/markup as a service

Usage

Build

$ docker build -t viewdoc/markup .

Run

$ docker run -it -p 3000:3000 viewdoc/markup

Test

$ curl -i -X POST http://localhost:3000/markdown -d 'Hello, **World**! :heart:'