Skip to content
Discussion options

You must be logged in to vote

Simply write a bash script in the pre-render option.
See https://quarto.org/docs/projects/scripts.html#pre-and-post-render for details.

project:
  pre-render:
    - install_extensions.sh

Doing this, meaning by-passing the security questions is a security breach since you no longer ensure the code provided in the Lua filters/shortcodes is safe. (This code can access the file system)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mingsu
Comment options

@mcanouil
Comment options

mcanouil Nov 6, 2022
Collaborator

Answer selected by mingsu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants