Match example to reality

This commit is contained in:
Henry Schreiner 2020-01-14 20:38:57 -05:00 committed by GitHub
parent 2648942427
commit ea2c1187c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -158,9 +158,9 @@ There are two extra shortcodes provided (along with the customized figure shortc
This simply adds the html5 detail attribute, supported on all *modern* browsers. Use it like this:
```
{{% details "This is the details title (click to expand)" %}}
{{< details "This is the details title (click to expand)" >}}
This is the content (hidden until clicked).
{{% /details %}}
{{< /details >}}
```
#### Split