-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Agents
-
None
-
Severity 3 - Minor
Issue Summary
Rich text formatting is not supported in `Create Confluence Page` skills/actions without explicit prompting
Steps to Reproduce
- "Can you create a page in my personal space which is a richly formatted poem including lists, headings, emoji."
- The resulting outcome ended up in broken rich text formatting
Expected Results
Formatting should work
Actual Results
Text are not formatted correctly (e.g. heading)

Workaround
We were able to implement a workaround by adding the following to the scenario:
*Important:* Generate all content using proper Markdown formatting with `#`, `##`, `###` for headings, not literal text like "h2" or "*Section*".