The annotation mark shows the presence of an annotation or comment on a node. Confluence uses annotation marks to indicate when a selection from the text has an associated inline comment.
1 2 3 4 5 6p( text("hello "), text("there") .mark(inlineComment("123456")) );
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": "there", "marks": [ { "type": "annotation", "attrs": { "id": "123456", "annotationType": "inlineComment" } } ] } ] }
| Confluence | Jira |
|---|---|
| ✅ | ❌ |
✅ Not restricted
annotationinlineCommentRate this page: