• HTML tags have been surrounded with }{ pairs so it doesn’t parse it here.

    {code} tag parsing for the following results in incorrect code…

    {code}
    a
    b
    c
    {/code}

    Incorrect output…

    {code}{br /}
    a{br /}
    b{br /}
    c{br /}
    {/code}

    The first {br /} on the output should not exist as it makes styling {code} sections really hard.

    I assume this is part of texturize 2 (I’m using Wp1.5)

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bug: code tag parsing’ is closed to new replies.