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

publishToConfluence: admonition inside table-cell is not published correctly #1395

Open
ashauer opened this issue Apr 18, 2024 · 0 comments
Open

Comments

@ashauer
Copy link

ashauer commented Apr 18, 2024

Describe the bug
Admonition inside table-cell is rendered as an empty admonition-macro in Confluence without content inside the correct cell, but a further cell in the row with the admonition's content.

The intermediate HTML looks fine, only the result within confluence is wrong!

To Reproduce
Steps to reproduce the behavior:

  1. Write asciidoc with something like:
[cols="1,1"]
|===
s| some column...
a| Some Text...

[CAUTION]
--
Something said in the admonition block.
--

s| some column...
a| Some Text...

CAUTION: Same outcome.
|===
  1. publishToConfluence
  2. A table with three columns is displayed in confluence, having the second column show the admonition, but emtpy, and the admonitions intended content displayed in an unintended third column.

Expected behavior
A table with two columns, with the second column displaying the admonition-macro with its intended content.

Screenshots
Screenshot DTC-Bug

Configuration

  • docToolchain version v3.3
  • OS: Linux (CI-Pipeline)
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