Skip to content

jfroche/docker-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert markdown to html

Light image to convert markdown (github). We use github api (https://api.github.com/markdown).

for README.md:

docker run -v $(PWD):/data jfroche/markdown

The html is then generated as README.md.html

if you want to compile another markdown file:

docker run -v $(PWD):/data jfroche/markdown foo.md

About

Light image to convert markdown to html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors