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.
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.