Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: Module - Confluence
-
Labels:None
-
Number of attachments :
Description
Confluence module does not allow nested formatting - e.g. a bullet cannot contain bold text or a [link]. They are just rendered verbatim.
Issue Links
Activity
Dave Syer
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | format-list-patch.txt [ 30165 ] |
Dave Syer
made changes -
| Attachment | mylyn-context.zip [ 30166 ] |
Lukas Theussl
made changes -
Lukas Theussl
made changes -
| Fix Version/s | 1.0-beta-1 [ 13617 ] | |
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Lukas Theussl [ lukas ] |
Lukas Theussl
made changes -
Attached a patch (format-list-patch) which separates the process of identifying text and parsing it for formatting, so that the formatting part can be re-used inside a ListItemBlock - see ChildBlocksBuilder. Nested formatting (e.g. bold italic) still isn't possible - I will create another issue for that.