プラグインでこのようにしようとしていました。
function getType(){ return 'substition'; }
function getSort(){ return 299; }
function connectTo($mode) {
$this->Lexer->addSpecialPattern('@.+?@',$mode,'plugin_externallink');
}
function render($mode, &$renderer, $data) {
print_r($data);
}
しかし、patten は何にも一致しません。
マークアップの例を次に示します。
[[http://@testDomain@/test|testDomain]]