mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +08:00
readme
This commit is contained in:
parent
d8109c6e82
commit
e41572c20f
14
README.md
14
README.md
@ -535,17 +535,19 @@ value, so feel free to include only the ones that you require.
|
|||||||
### Insert PageTree
|
### Insert PageTree
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
# Heading1
|
# My First Heading
|
||||||
<!-- Include: ac:pagetree -->
|
<!-- Include: ac:pagetree -->
|
||||||
```
|
```
|
||||||
|
|
||||||
The pagetree macro works almost the same as the TOC above, but the tree behavior
|
The pagetree macro works almost the same as the TOC above, but the tree behavior
|
||||||
is different, and desireable for creating placeholders for libraries of docs.
|
is more desireable for creating placeholder pages above collectiosn of SOPs.
|
||||||
|
|
||||||
The default pagetree behavior is to insert a tree rooted at target page.
|
The default pagetree macro behavior is to insert a tree rooted @self.
|
||||||
|
|
||||||
The following parameters can be used to alter your configured options as
|
The following parameters can be used to alter your default configuration with
|
||||||
described in the link below:
|
parameters described more in depth here:[Confluence Pagetree Macro].
|
||||||
|
|
||||||
|
Parameters:
|
||||||
|
|
||||||
* Title (of tree root page)
|
* Title (of tree root page)
|
||||||
* Sort
|
* Sort
|
||||||
@ -565,7 +567,7 @@ E.G.
|
|||||||
ExpandCollapseAll: 'true'
|
ExpandCollapseAll: 'true'
|
||||||
StartDepth: 2 -->
|
StartDepth: 2 -->
|
||||||
|
|
||||||
# This is my nice title
|
# My First Heading
|
||||||
|
|
||||||
:pagetree:
|
:pagetree:
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user