Code block with filename#
app.py
|
|
Code block without filename#
|
|
Another filename#
_quarto.yml
|
|
Plain text with filename#
Makefile
build:
echo "building..."Filename with code-line-numbers#
app.py
|
|
Filename with custom class#
example.py
|
|
Filename with shortcodes=false#
_quarto.yml
|
|
Filename with path#
src/app.py
|
|
Long filename#
this-is-a-very-long-descriptive-filename-that-might-overflow.py
|
|
R code with filename#
analysis.R
|
|