• … doesn’t appear to be accepted.

    thus:
    <code>
    aaa
    <blockquote>
    bbb
    <blockquote>
    ccc
    </blockquote>
    more bbb
    </blockquote>
    more aaa
    </code>

    should look like this:

    aaa
    | bbb
    || ccc
    | more bbb
    more aaa

    instead, the second blockquote tag is apparently ignored and its end tag returns the whole block to the outermost level:

    aaa
    | bbb
    | ccc
    more bbb
    more aaa

    The html parser in the comment formatter apparently needs to get more recursive…

    Craig

  • The topic ‘Recursive html in comments …’ is closed to new replies.