Searched refs:RendtoDW (Results 1 – 3 of 3) sorted by relevance
101 …$result = Commonmark::RendtoDW($markdown, $this->getConf('frontmatter_tag'), $this->getConf('rende…106 $result = Commonmark::RendtoDW($markdown, $this->getConf('frontmatter_tag'));
181 $result = Commonmark::RendtoDW($test);
15 …public static function RendtoDW($markdown, $frontmatter_tag = 'off', $render_softbreaks = 0): arra… function in Dokuwiki\\Plugin\\Commonmark\\Commonmark