yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
982 stars 201 forks source link

Pull settings from frontmatter #82

Open airtonix opened 6 years ago

airtonix commented 6 years ago

Try and silently fail to pull all settings from documents frontmatter using same exact setting keys.

---
headerTemplate: "<div style=\"font-size: 9px; margin-left: 1cm;\"> <span class='title'></span></div> <div style=\"font-size: 9px; margin-left: auto; margin-right: 1cm; \"> <span class='date'></span></div>"
format: "A4"
---

...
yzane commented 6 years ago

@airtonix
Currently frontmatter is not supported. However, it seems convenient, so I will consider it.

reddishz commented 1 month ago

加了支持。在pull request 376. #376