markdown builder that can build markdown docs to html
454
this builder can batch compile markdown documents to html/css/js docs.it's based on vue-markdown.
Github Repository: https://github.com/colin-chang/md2html
# 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.
in addition to outer links, we currently only support associated resources of markdown files from its peer directory or subdirectories.
Content type
Image
Digest
Size
158.7 MB
Last updated
over 6 years ago
docker pull colinchang/md2html