Generate HTML from various formats.
370
Generate HTML from various formats.
pandoc(1)tidy(1)The md2html name might change in the future, since pandoc is not limited to
Markdown - neither are you.
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
Content type
Image
Digest
Size
47.5 MB
Last updated
over 6 years ago
docker pull letompouce/md2html