The doc node is the root container node representing an ADF document.
1 2 3 4 5doc(p( text("Hello "), text("world").strong() ));
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25{ "version": 1, "type": "doc", "content": [ { "type": "paragraph", "content": [ { "type": "text", "text": "Hello " }, { "type": "text", "text": "world", "marks": [ { "type": "strong" } ] } ] } ] }
Hello world
| Confluence | Jira |
|---|---|
| ✅ | ✅ |
❌ N/A
docRate this page: