Skip to content

Different highlighting than in DokuWiki core Geshi #5

@lpaulsen93

Description

@lpaulsen93

For some reason highlighted code generated from codedoc tags looks different than highlighted code generated from DokuWiki's core code tags. E.g. the following example causes different results also the source code is the same:

<codedoc code:C>
void main () {
    printf ("Hello World!");
    exit 0;
}
</codedoc>

<code C>
void main () {
    printf ("Hello World!");
    exit 0;
}
</code>

This is strange as the codedoc plugin just calls p_xhtml_cached_geshi(). I noticed that the " around the Hello World! strings are different. It seems to be an encoding problem but I could not find the source of the problem yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions