Markdownに書く内容
---
pdf_options:
format: a4
margin: 30mm 20mm
printBackground: true
headerTemplate: |-
<style>
section {
margin: 0 auto;
font-family: system-ui;
font-size: 11px;
}
</style>
<section>
<span class="title"></span>
<span class="date"></span>
</section>
footerTemplate: |-
<section>
<div>
Page <span class="pageNumber"></span>
of <span class="totalPages"></span>
</div>
</section>
---
## 以下に書きたいことを書いていく
## はじめに
hogehoge
手順
- Node.js をインストール
# npm install -g md-to-pdf# md-to-pdf input.md- pdfファイルが生成されてる