help: fix headers syntax

This commit is contained in:
Stanislav Seletskiy 2019-07-23 22:49:01 +03:00
parent eb30d1d1fc
commit 0021da3bc5
No known key found for this signature in database
GPG Key ID: E6B40F71C367E6B5

10
main.go
View File

@ -38,10 +38,10 @@ Confluence instance and update it accordingly.
File in extended format should follow specification:
[]:# (Space: <space key>)
[]:# (Parent: <parent 1>)
[]:# (Parent: <parent 2>)
[]:# (Title: <title>)
<!-- Space: <space key> -->
<!-- Parent: <parent 1> -->
<!-- Parent: <parent 2> -->
<!-- Title: <title> -->
<page contents>
@ -50,7 +50,7 @@ parent by title, it will be created.
Also, optional following headers are supported:
* []:# (Layout: <article|plain>)
* <!-- Layout: <article|plain> -->
- (default) article: content will be put in narrow column for ease of
reading;