quarto-dev / quarto-dev/quarto-cli
Extend the behavior of DecoratedCodeBlock
Open
Nobody has claimed this yet.
ast
code-blocks
enhancement
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
DecoratedCodeBlock exists in 1.3 to solve a fairly narrow problem.
Concurrently, there's now a feature request for code folding in custom formats (confluence specifically). Our filter chain makes it hard for code folding to be detected in custom formats because they're done in a specific post- filter.
If we added code folding to the set of things that DecoratedCodeBlock is responsible for, then custom writers could handle it as well.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.