mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-11 21:37:17 +00:00
Support for Spoiler #499
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @magicjar on GitHub (Feb 14, 2022).
Is there any support for spoiler?
Maybe like StackOverflow spoiler using
>!which is basically just a<blockquote>with a.spoilerclass?@xoofx commented on GitHub (Feb 14, 2022):
You can use custom containers for spoilers
@Abrynos commented on GitHub (Apr 10, 2024):
For posterity I will post an example using bootstrap accordions here:
Resulting html:
@Atulin commented on GitHub (Jan 4, 2026):
That works only for block spoilers and is incredibly verbose. There seems to be no simple solution for
to