Skip to content

Latest commit

 

History

History

github-markdown-render

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Render your .md file to .html using curl and GitHub

jq --slurp --raw-input '{"text": "\(.)", "mode": "markdown"}' < 01.md | curl --data @- https://api.github.com/markdown > 01.html