Skip to content

[Typst] Add Code Filename support #9768

Open
@cderv

Description

@cderv

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions