Hi ,
We are using confluence server
I am looking for solution for 2 below issues when publishing .md file to my confluence server via github actions.
Issue 1) How to create a new line in a table cell in .md document which will render correctly on the confluence server, when published via github actions.
Issue 2) How to create a list in a table cell in .md document which will render correctly on the confluence server, when published via github actions.
We create markdown documents and publish them on our confluence server via Github actions.Lots of pages are created hence we prefer Github actions to publish the pages in confluence.
issue 1) Example below in myfile.md for newline in table cell.
Syntax | Description |
| ----------- |-----------------------------|
| Header | Title |
| List | Line1 <br/> Line2<br/>Line3 |
Shows as correctly with newlines in table as below in myfile.md preview .
But when I publish the myfile.md to confluence via github actions ,it doesnt render correctly
see below
issue 2) Example below in myfile.md for list in table cell.
Shows correctly as list in table as below in myfile.md preview .
but when i publish the document via github actions on confluence ,it doesn't render correctly, see below.
What can be done to get the correct results ?
Regards
Val
Two years and no answer. I have the exact same question, so I'm not super hopeful of a solution.
(Aside - it sure would be great if Confluence supported basic markdown!)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.