change page title

This commit is contained in:
Alexey Baranov
2019-02-06 17:55:44 +03:00
parent 41762517df
commit 623dc5219b
2 changed files with 53 additions and 18 deletions

View File

@@ -30,15 +30,16 @@ Confluence instance and update it accordingly.
File in extended format should follow specification
```markdown
[]:# (X-Space: <space key>)
[]:# (X-Parent: <parent 1>)
[]:# (X-Parent: <parent 2>)
[]:# (X-Title: <title>)
[]:# (Space: <space key>)
[]:# (Parent: <parent 1>)
[]:# (Parent: <parent 2>)
[]:# (Title: <rename title>)
[]:# (Title: <title>)
<page contents>
```
There can be any number of 'X-Parent' headers, if mark can't find specified
There can be any number of 'Parent' headers, if mark can't find specified
parent by title, it will be created.
## Usage: