Documenter.jl icon indicating copy to clipboard operation
Documenter.jl copied to clipboard

Wishlist: support tabs or code groups

Open giordano opened this issue 7 months ago • 2 comments

Sphinx, vitepress and other tools are able to group multiple blocks of code in a single panel and you use tabs to switch between the different "versions" of the code. It'd be cool to be able to do the same in Documenter.jl.

giordano avatar May 24 '25 18:05 giordano

This is a good idea, but I think it should be done as an extension package in the first instance.

One big thing we're missing is the Markdown syntax for this.

mortenpi avatar May 29 '25 08:05 mortenpi

Maybe what we’d want for this is a quarto reader (which is the markdown format I most associate with that feature)

goerz avatar May 29 '25 09:05 goerz