以下の内容はhttps://shuzo-kino.hateblo.jp/entry/2023/01/10/233930より取得しました。


DockerからPandocを利用してドキュメント生成で楽をする

shuzo-kino.hateblo.jp
でやったPandocですが、これもDockerで出来るのかなと思い調べたところ……ありました。

実際のところ

$ docker pull pandoc/core
$ docker pull pandoc/latex

対象ファイルとしてこんなものを

$ cat test.md
# hello
## bye bye
You made a markdown file

pdf

$ docker.exe run --rm --volume "C:\Users\user\Documents:/data"  pandoc/latex test.md -o out.pdf


docx

$ docker.exe run --rm --volume "C:\Users\user\Documents:/data"  pandoc/latex test.md -t docx -o out.docx

参考もと




以上の内容はhttps://shuzo-kino.hateblo.jp/entry/2023/01/10/233930より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14