add shortcode for collapsable section

This commit is contained in:
2024-07-05 02:05:55 -04:00
parent d2a3d53e54
commit f3c98b3e46
2 changed files with 19 additions and 0 deletions

View File

@ -10,3 +10,13 @@ asciinema: true
{{< asciinema key="demo" >}}
There should be a asciinema cast above!
{{< details title="Click to see sample json" >}}
```json
{
"external_tracker_url": "https://github.com/caddyserver/caddy/issues",
"external_tracker_format": "https://github.com/caddyserver/caddy/issues/{index}",
"external_tracker_style": "numeric",
"external_tracker_regexp_pattern": ""
}
```
{{< /details >}}