mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-19 04:31:11 +00:00
Added support for v2 Confluence page format (#29)
* Added support for v2 pge format * Added toc macro * Added toc to documentation Co-authored-by: Stefano Teodorani <teopost@sviluppo06.apex-net.it>
This commit is contained in:
committed by
GitHub
parent
e26903dcee
commit
eda2e4704d
@@ -385,6 +385,13 @@ func (api *API) CreatePage(
|
||||
"value": body,
|
||||
},
|
||||
},
|
||||
"metadata": map[string]interface{}{
|
||||
"properties": map[string]interface{}{
|
||||
"editor": map[string]interface{}{
|
||||
"value": "v2",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
if parent != nil {
|
||||
|
||||
Reference in New Issue
Block a user