https://bugzilla.wikimedia.org/show_bug.cgi?id=49256

       Web browser: ---
            Bug ID: 49256
           Summary: poem doestn't work nice with SyntaxHighlight GeSHi
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: Poem
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

if use SyntaxHighlight GeSHi in the poem tag inside,it's will break,but it's
only for the first geshi tag,in the second tag seems be okay,it's very wired.

a piuture is like this:
http://see.sl088.com/wiki/%E6%96%87%E4%BB%B6:JustCapIt1192.jpg

a example:

<poem><source lang="php">function wfPoemExtension( &$parser ) {
    $parser->setHook( 'poem', 'wfRenderPoemTag' );
    return true;
}</source></poem>

it will shows:
function wfPoemExtension( &$parser ) {UNIQ68d4ac7c4ed2499e-item-2--QINU
    $parser->setHook( 'poem', 'wfRenderPoemTag'
);UNIQ68d4ac7c4ed2499e-item-2--QINU
    return true;UNIQ68d4ac7c4ed2499e-item-2--QINU
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to