quarto-dev / quarto-dev/quarto-cli

Extend the behavior of DecoratedCodeBlock

Open
#4,675 1 comment 0 reactions 1 assignee View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.