Is there a way in quarto to include a code snippet from another file and have it rendered as source code ?
Something like
{{< include-as-code src/file.py >}}
could embed the contents in a ```python
block
A similar question is asked here Github markdown load code block from a repo file