We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metadata(yaml header) is ignored. It is not displayed. It is mean that vscode-markdown-pdf can aware that it is metadata.
one step futher, I hope be able to use at header, footer and pdf properties.
e.g.
--- title: Some title version: 5 ---
%%title%% will replaced to Some title. %%ISO-DATE%%(ver.%%version%%) will replaced to 2024-05-11(ver.5).
%%title%%
Some title
%%ISO-DATE%%(ver.%%version%%)
2024-05-11(ver.5)
I hope that When enclosed in %%, it lookup to metadata definition.
The text was updated successfully, but these errors were encountered:
已提交pull request。 #376
Sorry, something went wrong.
No branches or pull requests
Metadata(yaml header) is ignored. It is not displayed.
It is mean that vscode-markdown-pdf can aware that it is metadata.
one step futher,
I hope be able to use at header, footer and pdf properties.
e.g.
%%title%%
will replaced toSome title
.%%ISO-DATE%%(ver.%%version%%)
will replaced to2024-05-11(ver.5)
.I hope that When enclosed in %%, it lookup to metadata definition.
The text was updated successfully, but these errors were encountered: