Sign inSign up

colinchang/md2html

By colinchang

•Updated over 6 years ago

markdown builder that can build markdown docs to html

Image
1

454

colinchang/md2html repository overview

⁠Markdown document builder

this builder⁠ can batch compile markdown documents to html/css/js docs.it's based on vue-markdown⁠.

⁠Quick Start

# build a specify markdown file
docker run -it -v /readme.md:/app/input/readme.md -v /your_output_dir:/app/output colinchang/md2html:alpine

# scan a directory and build all markdown files recursively 
docker run -it -v /your_input_dir:/app/input -v /your_output_dir:/app/output colinchang/md2html:alpine

be sure to custom the input and output parameter before executing. input can be a markdown file(.md) or a directory contains markdown files.

⁠Tips

in addition to outer links, we currently only support associated resources of markdown files from its peer directory or subdirectories.

Tag summary

Content type

Image

Digest

Size

158.7 MB

Last updated

over 6 years ago

docker pull colinchang/md2html