Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Markdown content for Sidebar tag #141

Open
alexander-rabenstein opened this issue Nov 30, 2021 · 0 comments
Open

Support Markdown content for Sidebar tag #141

alexander-rabenstein opened this issue Nov 30, 2021 · 0 comments

Comments

@alexander-rabenstein
Copy link

Currently the sidebar element support only direct confluence markup, without any break. If you want to have complex content in the sidebar , you need to remove any linebreaks, for example:

<!-- Sidebar: <h3>Sidebar content</h3><ac:structured-macro ac:macro-id="008e6671-7aa1-4696-b231-cf7d38b4df17" ac:name="panel" ac:schema-version="1"><ac:rich-text-body><p>Changelog:</p><table><colgroup><col/><col/></colgroup><tbody><tr><th>Date</th><th>Change</th></tr><tr><td><br/></td><td><br/></td></tr><tr><td><br/></td><td><br/></td></tr></tbody></table></ac:rich-text-body></ac:structured-macro> -->

Either a possibility needs to be added to include a different markdown file as the sidebar content, or to use linebreaks and markdown inside of the sidebar tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant