Ticket #6823 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Reported by: primalmotion Assigned to: abompard
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

Change History

03/18/10 22:30:48 changed by abompard

  • status changed from new to assigned.

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

03/19/10 14:22:27 changed by abompard

  • status changed from assigned to closed.
  • resolution set to fixed.

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.


Add/Change #6823 (Plugin doesn't export code tags if on second levels (or maybe more))




Change Properties
Action