mirror of
https://github.com/tiennm99/hugo-blox-builder.git
synced 2026-09-17 02:21:29 +00:00
367 B
367 B
title
| title |
|---|
| Spoiler |
A Hugo shortcode to toggle collapsible content.
Example
{{< spoiler text="Click to view the spoiler" >}} You found me!
Markdown is supported. {{< /spoiler >}}
Usage
{{</* spoiler text="Click to view the spoiler" */>}}
This is the content of the details.
Markdown is **supported**.
{{</* /spoiler */>}}