Phosphorum\Markdown\TableExtension::escapePipes PHP Method

escapePipes() protected method

protected escapePipes ( Ciconia\Common\Text $text )
$text Ciconia\Common\Text
    protected function escapePipes(Text $text)
    {
        $text->replaceString('\\|', $this->hash);
    }