mk_stack_dir
Table of Contents
prev_button up_button next_button
1. clone
> git clone https://github.com/daddygongon/docx_discount > cd docx_discount
2. いくつかのファイルの確認
> explorer.exe readme.html > cd hyperbolic_discount/ > code . # hyperbolic_discount.mdを開けて,previewを表示. > explorer.exe sample.docx
![]() |
3. pandoc
> sudo apt install pandoc > pandoc hyperbolic_discount.md --from=markdown --to=docx --output=sample.docx > explorer.exe sample.docx > pandoc hyperbolic_discount.md --from=markdown --to=docx --standalone --reference-doc=reference.docx --output=sample.docx
