185
136

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VScodeのMarkdownからPDF変換時に改ページを挿入

Posted at

概要

  • VScode で書いた記事をPDFへエクスポートする際に任意の行で改ページしたい

前提

方法

コード

  • MarkDown文書の改ページしたい行に下記のcssコードを挿入して PDFへエクスポートすると改ページされる。
<div style="page-break-before:always"></div>
185
136
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
185
136

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?