mieki256's diary



2021/02/06() [n年前の日記]

#2 [prog] PandocをWindows10にインストール

Markdown を html に変換したいので、Pandoc をインストールした。環境は Windows10 x64 20H2。

_Releases - jgm/pandoc

pandoc-2.11.4-windows-x86_64.msi を入手してインストール。

インストール先は尋ねてこなかった。後で確認したら以下にインストールされていた。
C:\Users\(アカウント名)\AppData\Local\Pandoc\
ユーザー側の環境変数 PATH に追加。

インストールされたか確認。
> pandoc --version
pandoc 2.11.4
Compiled with pandoc-types 1.22, texmath 0.12.1, skylighting 0.10.2,
citeproc 0.3.0.5, ipynb 0.1.0.1
(以下略)

Markdown を html に変換するなら以下。
pandoc hoge.md -t html5 -o hoge.html

css等を指定しつつ変換するなら、もう少し指定が必要。

_Pandoc で Windows に作るmarkdown to html, docx 環境 - Qiita
_Pandoc で github 風 CSS を使った standalone な html を生成 - Qiita

pandoc hoge.md -s --self-contained -t html5 -c github.css -o hoge.html

以上です。

過去ログ表示

Prev - 2021/02 - Next
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28

カテゴリで表示

検索機能は Namazu for hns で提供されています。(詳細指定/ヘルプ


注意: 現在使用の日記自動生成システムは Version 2.19.6 です。
公開されている日記自動生成システムは Version 2.19.5 です。

Powered by hns-2.19.6, HyperNikkiSystem Project