Imported from GitHub feature request.
Source issue:
Reporter:
  • @kernelwhisperer
Original context from GitHub:
The reporter wants Tolaria to support GitHub-style collapsed sections in Markdown using
<details>
/
<summary>
blocks. They shared the standard Markdown example plus a screenshot of the desired rendered result.
Why this matters:
  • improves compatibility with existing Markdown docs that already use
    <details>
    blocks
  • helps people keep long notes readable without losing inline context
  • gives writers a familiar way to tuck away examples, tips, or large snippets
Requested behavior:
  • render
    <details>
    /
    <summary>
    sections inside Markdown notes
  • preserve nested content like headings, text, images, and code blocks inside the collapsed area