Is there some way, when writing a post, to have a paragraph be collapsed by default? This would be useful both for “spoilers”/”answers”, and for “footnotes”/”digressions”/”technical quibbles”.
There is a spoiler tag, but no collapsible sections (yet)
<spoiler>Oh, good to know.</spoiler>
Sorry, the syntax is slightly counterintuitive. In the WYSIWYG editor it’s >! on a new line, rendering like this:
>!
This is a spoiler
In markdown it’s :::spoiler to open and ::: to close
:::spoiler
:::
Is there some way, when writing a post, to have a paragraph be collapsed by default? This would be useful both for “spoilers”/”answers”, and for “footnotes”/”digressions”/”technical quibbles”.
There is a spoiler tag, but no collapsible sections (yet)
<spoiler>Oh, good to know.</spoiler>
Sorry, the syntax is slightly counterintuitive. In the WYSIWYG editor it’s
>!
on a new line, rendering like this:This is a spoiler
In markdown it’s
:::spoiler
to open and:::
to close