Home
last modified time | relevance | path

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

/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DCommonmark.php15 …public static function RendtoDW($markdown, $frontmatter_tag = 'off', $render_softbreaks = 0): arra… argument
20 $environment = self::createDWEnvironment($render_softbreaks);
116 public static function createDWEnvironment($render_softbreaks): Environment { argument
121 if ($render_softbreaks) {