Filename in folded code #2642
-
I'm trying to have a code fold and display the filename in the same code block, but can't seem to get both working. Here's a MWE: Working filename
```{.julia filename="dashboard.jl"}
#| eval: false
#| code-fold: true
println("hello world")
```
Working code-fold
```{julia filename="dashboard.jl"}
#| eval: false
#| code-fold: true
println("hello world")
``` Is there any way to have both folding and filename display? |
Beta Was this translation helpful? Give feedback.
Answered by
werkstattcodes
Sep 28, 2022
Replies: 2 comments 1 reply
-
Maybe this? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PGimenez
-
I opened an issue related to this question as I think the behavior is a bit different than it should be |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe this?
#| code-summary: "dashboard.jl"