The link mark turns the marked item into a hyperlink. Unlike most other text marks, this mark may also be used on media nodes to turn the image into a link.
1 2 3 4 5text("Hello world").mark( link("http://atlassian.com") .title("Atlassian") )
1 2 3 4 5 6 7 8 9 10 11 12 13 14{ "type": "text", "text": "Hello world", "marks": [ { "type": "link", "attrs": { "href": "http://atlassian.com", "title": "Atlassian" } } ] }
| Confluence | Jira |
|---|---|
| ✅ | ✅ |
⚠️ mediaSingle – DEPRECATED: Place the link on its media node, instead
linkRate this page: