Ticket #14 (accepted defect)
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
Change History
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.


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.