Create a tabbed section of content to let users toggle visibility.
{{< tabs anchor="anchor-link" >}}
{{% tab name="tab-name-1" %}}
content
{{% /tab %}}
{{% tab name="tab-name-2" %}}
more content
{{% /tab %}}
{{< /tabs >}}
tabs
should use angle bracket delimiters ({{< tabs ... >}}
) to avoid processing whitespace between its child content.
tab
should use percent sign delimiters ({{% tab ... %}}
) to parse content.
Adapted from the tabs and tab shortcodes from k8s.
Renders to:
test
I am bold and in-line code
and a relref
Droplets created from a custom image do not receive an anchor IP address and do not require one to use a reserved IP. When you assign a reserved IP address to a Droplet created from a custom image, the reserved IP is automatically mapped to the Droplet’s public IPv4 address instead of an anchor IP.
#!/bin/bash
echo "I'm sorry, Hal. I can't let you do that."
exit 1