Skip to content

Render Collapsible Blocks from Markdown - #1382

Merged
perber merged 5 commits into
perber:mainfrom
ribbal:feature/add-collapsible-blocks
Aug 9, 2026
Merged

Render Collapsible Blocks from Markdown#1382
perber merged 5 commits into
perber:mainfrom
ribbal:feature/add-collapsible-blocks

Conversation

@ribbal

@ribbal ribbal commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Related issue

Fixes the items in this discussion: #1344

What changed

Extended the shoutout block parser to render collapsible blocks. Here is some example markdown:

:::collapsible Collapsible Block
_Formatted Content!_
:::

:::collapsed Collapsed Block
Hidden content!
:::

:::info
Info text
:::

Checklist

  • I discussed the approach on the linked issue before starting (or this is a trivial fix: typo, docs, obvious one-liner)
  • This PR is focused on a single change
  • I ran npm run format in ui/leafwiki-ui (and in e2e if e2e tests changed)
  • I updated documentation if needed

@ribbal
ribbal requested a review from perber as a code owner August 3, 2026 13:38
@perber
perber merged commit 6e3bef6 into perber:main Aug 9, 2026
9 checks passed
@ribbal
ribbal deleted the feature/add-collapsible-blocks branch August 9, 2026 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants