Modify ↓
Opened 16 years ago
Closed 16 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 16 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
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.
Note: See
TracTickets for help on using
tickets.



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