更换 logo

This commit is contained in:
YDZ
2020-03-28 20:08:07 +08:00
parent ed488266af
commit ae75f59b67
392 changed files with 0 additions and 8373 deletions

View File

@ -1,22 +0,0 @@
# Details
Details shortcode is a helper for `details` html5 element. It is going to replace `expand` shortcode.
## Example
```tpl
{{</* details "Title" [open] */>}}
## Markdown content
Lorem markdownum insigne...
{{</* /details */>}}
```
```tpl
{{</* details title="Title" open=true */>}}
## Markdown content
Lorem markdownum insigne...
{{</* /details */>}}
```
{{< details "Title" open >}}
## Markdown content
Lorem markdownum insigne...
{{< /details >}}