Home
last modified time | relevance | path

Searched refs:RendtoDW (Results 1 – 3 of 3) sorted by relevance

/plugin/commonmark/
H A Daction.php101 …$result = Commonmark::RendtoDW($markdown, $this->getConf('frontmatter_tag'), $this->getConf('rende…
106 $result = Commonmark::RendtoDW($markdown, $this->getConf('frontmatter_tag'));
H A DDWtest.php181 $result = Commonmark::RendtoDW($test);
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DCommonmark.php15 …public static function RendtoDW($markdown, $frontmatter_tag = 'off', $render_softbreaks = 0): arra… function in Dokuwiki\\Plugin\\Commonmark\\Commonmark