Files
hugo-blox-builder/starters/documentation/content/docs/guide/shortcodes/toggle.md
T
2024-02-17 21:55:51 +00:00

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 */>}}