Modify

Opened 14 years ago

Closed 14 years ago

#6823 closed defect (fixed)

Plugin doesn't export code tags if on second levels (or maybe more)

Reported by: Antoine Mercadal Owned by: Aurélien Bompard
Priority: high Component: OdtExportPlugin
Severity: major Keywords:
Cc: Trac Release: 0.11

Description

If wiki page contains: ###

toto

lorem ipsum

great code portion
}}
###
This is works as it should. But if wiki page contains :

###
== toto==
lorem ipsum
 * second level indentation
{{{
great code portion
}}
 * second level indenation 2
 ###

The code part is not exported. there is no error, ODT open fines, but it only contains :
###
== toto==
lorem ipsum
 * second level indentation
 * second level indenation 2
###

ODT Plugin release : r7779
}}}

Attachments (0)

Change History (2)

comment:1 Changed 14 years ago by Aurélien Bompard

Status: newassigned

OK, I can reproduce the bug, I'll work on it shortly. Thanks for reporting.

comment:2 Changed 14 years ago by Aurélien Bompard

Resolution: fixed
Status: assignedclosed

I just committed r7785, which fixes the bug in my Trac instance. Please check if it's OK on yours too. If it doesn't, feel free to reopen the bug.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Aurélien Bompard.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.