Back to my blog Back to my projects

Dokuwiki ODT plugin

Ticket #14 (accepted defect)

Opened 2 years ago

Last modified 17 months ago

Definition list tags <dl> are ignored during parsing!

Reported by: Gmubed Owned by: Aurelien
Priority: major Version: 20101030
Keywords: definition list syntax Cc:

Description

I have a page that contains some definitions like this:

? title
: description

which is in HTML rendered to:

<dl>
<dt>title</dt>
<dd>description</dd>
</dl>

The whole content of this kind is ignored and therefore not available in the output OTF file! Can this be fixed?

Attachments

playground-odt-dl-example.odt (6.0 KB) - added by Keywan Najafi Tonekaboni 17 months ago.
odt-dl-example - HertzWiki.html (11.1 KB) - added by Keywan Najafi Tonekaboni 17 months ago.

Change History

comment:1 Changed 2 years ago by Aurelien

  • Owner set to Aurelien
  • Status changed from new to accepted

Sorry for the delay. It's strange, it should work. I even have an unit test for this case. Could you attach your HTML page please, if there's nothing confidential ?

Thanks.

Changed 17 months ago by Keywan Najafi Tonekaboni

Changed 17 months ago by Keywan Najafi Tonekaboni

comment:2 Changed 17 months ago by Keywan Najafi Tonekaboni

hi,

i use the definition list plugin and i attached the html and the broken odt file. is there somewhere a manual how to prepare a syntax plugin to be working with odt export?

Note: See TracTickets for help on using tickets.