Skip to content
Discussion options

You must be logged in to vote

You're running into an unfortunate part of Quarto, which we should improve on, but will take a long time to fix properly.

The fundamental issue is that parts of the metadata are handled in Typescript, and parts of the metadata are handled in Lua. For the parts that are handled in Typescript, you can't use shortcodes, since those are resolved in Lua.

Your next question is likely going to be "ok, but which is which?", and I don't have a great answer to give you here. output-dir is certainly handled in Typescript, but we don't have an enumeration of this in the docs.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mcanouil
Comment options

@royfrancis
Comment options

@mcanouil
Comment options

@cscheid
Comment options

Answer selected by royfrancis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
shortcodes issues related to shortcodes
3 participants