Replies: 1 comment
-
No I don't think so. YAML metadata block is parsed in Lua as Why not use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use
pubmatter
to create a bunch of Typst templates which are compatible with the Quarto author and affiliation schemas. I'd like to expose these Typst templates as custom formats via Quarto extensions.The easiest way to do so would be to use
pubmatter.load(yaml.decode("$metadata$"))
, where$metadata$
is a fictional Pandoc template key that returns the raw YAML metadata for a project.Does any such key exist?
Beta Was this translation helpful? Give feedback.
All reactions