Searched refs:markdownFactory (Results 1 – 5 of 5) sorted by relevance
337 $html = Registry::markdownFactory()->autolink($canonical);366 return Registry::markdownFactory()->markdown($canonical, $tree);369 return Registry::markdownFactory()->autolink($canonical, $tree);
92 $html = Registry::markdownFactory()->markdown($this->getNote());94 $html = Registry::markdownFactory()->autolink($this->getNote());
327 …public static function markdownFactory(MarkdownFactoryInterface|null $factory = null): MarkdownFac… function in Fisharebest\\Webtrees\\Registry
107 <?= Registry::markdownFactory()->autolink($message->body) ?>
1064 … $value = strip_tags(Registry::markdownFactory()->markdown($value, $this->tree), ['br']);1066 … $value = strip_tags(Registry::markdownFactory()->autolink($value, $this->tree), ['br']);