includes/wikiengine/parse_mediawiki.php
changeset 1156 417e66a664d0
parent 1138 a7b490f0c418
child 1174 def792dd9b1b
equal deleted inserted replaced
1155:a1770361ef88 1156:417e66a664d0
    17     'bold'   => "/'''(.+?)'''/",
    17     'bold'   => "/'''(.+?)'''/",
    18     'italic' => "/''(.+?)''/",
    18     'italic' => "/''(.+?)''/",
    19     'underline' => '/__(.+?)__/',
    19     'underline' => '/__(.+?)__/',
    20     'externalwithtext' => '#\[((?:https?|irc|ftp)://.+?) (.+?)\]#',
    20     'externalwithtext' => '#\[((?:https?|irc|ftp)://.+?) (.+?)\]#',
    21     'externalnotext' => '#\[((?:https?|irc|ftp)://.+?)\]#',
    21     'externalnotext' => '#\[((?:https?|irc|ftp)://.+?)\]#',
       
    22     'mailtonotext' => '#\[mailto:([^ \]]+?)\]#',
       
    23     'mailtowithtext' => '#\[mailto:([^ \]]+?) (.+?)\]#',
    22     'hr' => '/^[-]{4,} *$/m'
    24     'hr' => '/^[-]{4,} *$/m'
    23   );
    25   );
    24   
    26   
    25   private $blockquote_rand_id;
    27   private $blockquote_rand_id;
    26   
    28