mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-02 13:22:40 +00:00
change page title
This commit is contained in:
11
README.md
11
README.md
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user