Skip to content

Commit

Permalink
Add test example of code with filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenuial committed Oct 18, 2024
1 parent 12bfb97 commit d706078
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vignettes/test/quarto-features.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ penguins |> # <1>
1. Take `penguins`, and then,
2. add new columns for the bill ratio and bill area.

## Code filename

```{.python filename="matplotlib.py"}
import matplotlib.pyplot as plt
plt.plot([1,23,2,4])
plt.show()
```

## Diagrams

```{mermaid}
Expand Down

0 comments on commit d706078

Please sign in to comment.