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
filenameto 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-summarywas styled like the currentfilenameoption in the output. At the moment, the value passed tocode-summaryonly appears in the output whencode-foldistrue.Beta Was this translation helpful? Give feedback.
All reactions