(?=.*?)', $mode, 'plugin_imagereference_ggbcaption');
}
public function postConnect() {
$this->Lexer->addExitPattern('', 'plugin_imagereference_ggbcaption');
}
/**
* @var string $captionStart opening tag of caption
* @var string $captionEnd closing tag of caption
*/
protected $captionStart = '';
protected $captionEnd = '
';
}