-
DescriptionI'd like to be able to do something analogous to In IPython or Jupyter, I can use the How do I achieve the same thing in quarto? I'm imagining something like: ```{python source=filename.py}
# highlighted contents of filename.py
``` |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Looks like I can do this with |
Beta Was this translation helpful? Give feedback.
-
I believe the You could write something close to what you thought was possible ```{.python include="filename.py"}
``` Hope it helps |
Beta Was this translation helpful? Give feedback.
Looks like I can do this with
Markdown
: