Open
Description
Discussed in #9627
Originally posted by MathisC22 May 9, 2024
Description
File names of code cell blocks are not shown when using Typst as backend, whereas they do show when you use LaTeX or HTML to render the file. That is, the following cell only shows the contents:
```{.python filename="matplotlib.py"}
import matplotlib.pyplot as plt
plt.plot([1,23,2,4])
plt.show()
```
Would be really neat if it would also work with Typst!