equal
deleted
inserted
replaced
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 |