Home
last modified time | relevance | path

Searched refs:RendtoDW (Results 1 – 2 of 2) sorted by path

/plugin/commonmark/
H A Daction.php34 $event->data = Commonmark::RendtoDW($markdown, $this->getConf('frontmatter_tag'));
39 $event->data = Commonmark::RendtoDW($markdown, $this->getConf('frontmatter_tag'));
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DCommonmark.php15 public static function RendtoDW($markdown, $frontmatter_tag = 'off'): string {
13 public static function RendtoDW($markdown): string { global() function in Dokuwiki\\Plugin\\Commonmark\\Commonmark