Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add collapsible sections to the generated Markdown #131

Open
mole99 opened this issue Oct 17, 2024 · 0 comments
Open

Add collapsible sections to the generated Markdown #131

mole99 opened this issue Oct 17, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@mole99
Copy link
Member

mole99 commented Oct 17, 2024

CACE could add collapsible sections to the generated Markdown summary.
One downside is that the <detail> tag is part of HTML and not of Markdown and may not be rendered correctly everywhere.

Click me

Heading

  1. Foo
  2. Bar
    • Baz
    • Qux

Some Javascript

function logSomething(something) {
  console.log('Something', something);
}
@mole99 mole99 added the documentation Improvements or additions to documentation label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant