add new format headers

This commit is contained in:
Stanislav Seletskiy
2019-05-01 16:58:28 +03:00
parent 94f925d796
commit 45e96ed864
2 changed files with 20 additions and 7 deletions

View File

@@ -22,10 +22,10 @@ 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: <title> -->
<page contents>
```