Closed albertocarrf closed 1 year ago
Technically, md2conf
does not create the Confluence wiki pages at the moment. You are responsible for creating the pages in advance, at whatever level of nesting you desire. Once the page has been created, you need to establish a binding between the Confluence page and the Markdown file, this is done with the confluence-page-id tag:
<!-- confluence-page-id: 85008200016 -->
In particular, we are synchronizing pages scattered around the Confluence space from a set of Markdown files in the same documentation directory.
I don't know if it's not possible yet or I'm missing something, thanks for the great work!