Issue Details (XML | Word | Printable)

Key: DOXIA-168
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lukas Theussl
Reporter: Dave Syer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven Doxia

Confluence module does not allow nested formatting - e.g. a bullet cannot contain *bold* text or a [link]

Created: 21/Oct/07 07:16 AM   Updated: 28/Oct/07 11:28 AM   Resolved: 28/Oct/07 07:31 AM
Component/s: Module - Confluence
Affects Version/s: None
Fix Version/s: 1.1

Time Tracking:
Not Specified

File Attachments: 1. Text File format-list-patch.txt (22 kB)
2. Zip Archive mylyn-context.zip (4 kB)

Issue Links:
Duplicate
 
Supercedes
 


 Description  « Hide

Confluence module does not allow nested formatting - e.g. a bullet cannot contain bold text or a [link]. They are just rendered verbatim.



Dave Syer added a comment - 28/Oct/07 04:52 AM

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.


Lukas Theussl added a comment - 28/Oct/07 07:31 AM

Applied, thanks!