Represents a topic heading, as for the <h1> through <h6> tags used in HTML.
1 2h4("Heading 4");
1 2 3 4 5 6 7 8 9 10 11 12 13{ "type": "heading", "attrs": { "level": 1 }, "content": [ { "type": "text", "text": "Heading 4" } ] }
| Confluence | Jira |
|---|---|
| ✅ | ✅ |
heading1 to 6heading is within another block element.↩︎heading is within another block element.↩︎heading is within another block element.↩︎heading is within another block element.↩︎Rate this page: