Sign inSign up

letompouce/md2html

By letompouce

Updated almost 6 years ago

Generate HTML from various formats.

Image
0

370

letompouce/md2html repository overview

letompouce/md2html

Generate HTML from various formats.

The md2html name might change in the future, since pandoc is not limited to Markdown - neither are you.

Usage

The md2html.sh script is a wrapper for this command:

docker run \
    --rm \
    --name md2html \
    --volume "$( pwd ):/data" \
    --user $( id -u ):$( id -g ) \
    letompouce/md2html:buster-slim \
    tidy --version

Example:

./md2html.sh pandoc -f markdown -t html README.md > index.html
./md2html.sh -i -u -q -m  index.html

hack it

Tag summary

Content type

Image

Digest

Size

47.5 MB

Last updated

over 6 years ago

docker pull letompouce/md2html