Match example to reality
This commit is contained in:
parent
2648942427
commit
ea2c1187c7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue