Including a code-chunk title when code-summary
is defined.
#6799
JoFrhwld
started this conversation in
Feature Requests
Replies: 1 comment 4 replies
-
This would also clean up how code chunk titles and code folding interact: Currently:
With proposed feature
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I've started using
filename
to add brief descriptive titles to my code chunks, which I think is helpful for code legibility. However, it seems like a misuse given the name of the option.It would be nice if, instead, when the code chunk options are
The value given to
code-summary
was styled like the currentfilename
option in the output. At the moment, the value passed tocode-summary
only appears in the output whencode-fold
istrue
.Beta Was this translation helpful? Give feedback.
All reactions