LoginSignup
1
0

More than 5 years have passed since last update.

VSCodeのMarkdown PDF拡張機能のヘッダー・フッターの生成を止める方法

Posted at

設定ファイル(settings.json)に以下の設定を追記します.

{
    "markdown-pdf.headerTemplate": "<span class='title' style='display: none;'></span>"
    "markdown-pdf.footerTemplate": "<span class='title' style='display: none;'></span>"
}

(参考URL:https://coderwall.com/p/7vkrpw/remove-headers-from-pdf-files-generated-by-the-markdown-pdf-vscode-extension)

1
0
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
1
0