Pandoc docker image with eisvogel template for Japanese.
$ docker run --rm -v $(pwd):/data frozenbonito/pandoc-eisvogel-ja \
-o doc.pdf \
doc.mdThe following Japanese fonts are supported.
- haranoaji (default)
- ipa
- ipaex
It can be specified with a luatexjapresetoptions variable.
$ docker run --rm -v $(pwd):/data frozenbonito/pandoc-eisvogel-ja \
-V luatexjapresetoptions=ipaex \
-o doc.pdf \
doc.mdThe plantuml tag supports PlantUML using timofurrer/pandoc-plantuml-filter.
$ docker run --rm -v $(pwd):/data frozenbonito/pandoc-eisvogel-ja:plantuml \
-o doc.pdf \
doc.mdSee examples directory.