Problem
When using either the GitHub alert syntax (> [!NOTE]) or the admonition syntax (!!! note), the resulting Confluence Cloud page renders the panel as a warning panel (yellow) instead of a note panel (purple).
The info, warning, and tip panel types all render correctly with their expected colors. Only note is affected.
Reproduction
-
Create a markdown file with:
> [!NOTE]
> This should be a purple note panel
Or equivalently:
!!! note
This should be a purple note panel
-
Upload to Confluence Cloud using text2confl upload
-
The panel renders with a yellow/warning appearance instead of purple/note
Expected behavior
The note admonition type should produce a purple panel-note in Confluence Cloud, matching the behavior when you manually create a "Note" panel in the Confluence editor.
Actual behavior
The panel renders as yellow (panel-warning) instead of purple (panel-note).
Environment
- text2confl version: 0.25.2 (also tested with latest)
- Confluence Cloud (not Server/DC)
- Using the
@v2 reusable workflow from turo/docs-as-code
Notes
info → blue panel ✅ works correctly
warning → yellow panel ✅ works correctly
tip → green panel ✅ works correctly
note → yellow panel ❌ should be purple
The storage format output looks correct (<ac:structured-macro ac:name="note">), so this may be an issue with how Confluence Cloud converts the v1 storage format note macro to the v2 ADF panel-note type.
Problem
When using either the GitHub alert syntax (
> [!NOTE]) or the admonition syntax (!!! note), the resulting Confluence Cloud page renders the panel as a warning panel (yellow) instead of a note panel (purple).The
info,warning, andtippanel types all render correctly with their expected colors. Onlynoteis affected.Reproduction
Create a markdown file with:
Or equivalently:
!!! note This should be a purple note panelUpload to Confluence Cloud using
text2confl uploadThe panel renders with a yellow/warning appearance instead of purple/note
Expected behavior
The
noteadmonition type should produce a purplepanel-notein Confluence Cloud, matching the behavior when you manually create a "Note" panel in the Confluence editor.Actual behavior
The panel renders as yellow (
panel-warning) instead of purple (panel-note).Environment
@v2reusable workflow fromturo/docs-as-codeNotes
info→ blue panel ✅ works correctlywarning→ yellow panel ✅ works correctlytip→ green panel ✅ works correctlynote→ yellow panel ❌ should be purpleThe storage format output looks correct (
<ac:structured-macro ac:name="note">), so this may be an issue with how Confluence Cloud converts the v1 storage formatnotemacro to the v2 ADFpanel-notetype.