Markdown PDF help convert Markdown files into PDF using pandoc with CJK(Chinese, Japanese, and Korean) languages supported.
The extension create YAML metadata file(metadata.yaml) where it list the basics of the template that pandoc will be using. The YAML file can be edited by the user to fit his needs.
Use default template discard any existing YAML and use the extension's predefined template to generate PDF.
Generate (will merge with template if any!!!) look for any updates in the YAML file to override or add to the basic template properties then generate PDF.
Add Title, Authors and Date to the document. This command also merge user's updates made in the YAML file.
Add Table of Contents to the document. This command also merge user's updates made in the YAML file.
Add Title, Authors, Date and Table of Contents to the document. This command also merge user's updates made in the YAML file.s
Requirements
Install latest pandoc and add to System environment PATH variable