Home
last modified time | relevance | path

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

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