The strong mark sets bold styling.
1 2 3 4 5 6p( text("Hello "), text("world").strong(), text("!") )
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23{ "type": "paragraph", "content": [ { "type": "text", "text": "Hello " }, { "type": "text", "text": "world", "marks": [ { "type": "strong" } ] }, { "type": "text", "text": "!" } ] }
Hello world!
| Confluence | Jira |
|---|---|
| ✅ | ✅ |
❌ code
strongRate this page: