ishiy1993 / docker-asciidoctor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image for asciidoctor

Build

$ docker build -t ishiy1993/asciidoctor .

Usage

Generate HTML with MathJax

docker run --rm -v ${PWD}:/documents/ -u ${UID}:${GID} ishiy1993/asciidoctor asciidoctor -a mathjax sample.adoc

Generate PDF

docker run --rm -v ${PWD}:/documents/ -u ${UID}:${GID} ishiy1993/asciidoctor asciidoctor-pdf -r asciidoctor-mathematical -a mathematical-format=svg -r asciidoctor-pdf-cjk -r asciidoctor-pdf-cjk-kai_gen_gothic -a pdf-style=/themes/jp-theme.yml sample.adoc

About


Languages

Language:Dockerfile 100.0%