-
DescriptionCurrently there is no way (at least to my basic knowledge) to run Consider following case: The discussion #6080 mentions the use of Here is a working example. We have the project:
post-render:
- test.sh and the #!/usr/bin/env bash
echo "Variables:"
echo ${QUARTO_PROJECT_RENDER_ALL}
echo ${QUARTO_PROJECT_OUTPUT_DIR}
echo ${QUARTO_PROJECT_INPUT_FILES}
echo ${QUARTO_PROJECT_OUTPUT_FILES} Following ---
format: revealjs
---
# Test
abc In addition there is an empty quarto render test.qmd
quarto preview test.qmd Maybe another variable I use Quarto version 1.5.54 in a devcontainer running debian bookworm. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks! |
Beta Was this translation helpful? Give feedback.
Thanks!