#543, Add summary param for section shortcode
This commit is contained in:
@@ -4,12 +4,12 @@ bookCollapseSection: true
|
||||
|
||||
# Section
|
||||
|
||||
Section renders pages in section as definition list, using title and description.
|
||||
Section renders pages in section as definition list, using title and description. Optional param `summary` can be used to show or hide page summary
|
||||
|
||||
## Example
|
||||
|
||||
```tpl
|
||||
{{</* section */>}}
|
||||
{{</* section [summary] */>}}
|
||||
```
|
||||
|
||||
{{<section>}}
|
||||
{{<section summary >}}
|
||||
|
||||
Reference in New Issue
Block a user