Back to my blog Back to my projects

Dokuwiki ODT plugin

Ticket #9 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Syntax Highlighting lost on cSharp, c, java

Reported by: www.google.com/accounts/o8/id?id=AItOawljSOCP-WQLIId2Ka3L3qnaioX_L6wOY0c Owned by: aurelien.bompard.org
Priority: major Version: 20100812
Keywords: Cc:

Description

http://apiwiki.openvpn.net/doku.php?id=client_reference_designs

As this page shows, code syntax displays on Web, the first example is flattened in ODT export, but the second one is quite nice.

Any reason?

Change History

comment:1 Changed 3 years ago by aurelien.bompard.org

  • Owner set to aurelien.bompard.org
  • Status changed from new to accepted

Yes, it looks like the first example's indentation is done with tabulations, while the second one is done with spaces. I'll have a look at what I can do to properly convert tabs in the ODT export, in the meantime you can replace them with spaces if you want.

comment:2 Changed 3 years ago by aurelien.bompard.org

  • Status changed from accepted to closed
  • Resolution set to fixed

That was actually pretty easy, it's fixed in commit dd9722b. You can add the necessary line "by hand" if you don't want to wait for the next release.

Note: See TracTickets for help on using tickets.