Skip to content

Confluence Cloud: 'note' panel renders as 'warning' (yellow instead of purple) #347

Description

@romenrg

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

  1. Create a markdown file with:

    > [!NOTE]
    > This should be a purple note panel

    Or equivalently:

    !!! note
    
        This should be a purple note panel
  2. Upload to Confluence Cloud using text2confl upload

  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    confluence-cloudIssues related to confluence cloudenhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions