Issue Details (XML | Word | Printable)

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

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

Confluence: Text formatting in sections does not work.

Created: 14/Mar/09 05:21 PM   Updated: 07/May/09 02:36 AM   Resolved: 07/May/09 02:36 AM
Return to search
Component/s: Module - Confluence
Affects Version/s: 1.1
Fix Version/s: 1.1.1

Time Tracking:
Not Specified

File Attachments: 1. Text File MNG-299-module-confluence.patch (2 kB)
2. Text File MNG-299-module-confluence.patch (5 kB)
3. Text File MNG-299-module-confluence.patch (3 kB)



 Description  « Hide

For example:

h3. Menu _Diagram_

does not work.



Kornel added a comment - 14/Mar/09 05:23 PM

Path solves this issue.


Kornel added a comment - 14/Mar/09 06:12 PM - edited

This path solves this issue better than the first path, because it does not generate paragraph tags.


Lukas Theussl added a comment - 08/Apr/09 03:47 AM

There is a problem with this patch: the input

h2. A header
with a header

should generate a header only with 'A header' and a paragraph 'with a header'. Your patch just generates a header 'A header with a header'.


Kornel added a comment - 06/May/09 04:35 PM - edited

The new patch should solve this problem.


Lukas Theussl added a comment - 07/May/09 02:36 AM

Patch applied in r772533. Thanks!