Home
last modified time | relevance | path

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

/webtrees/app/Elements/
H A DAbstractElement.php337 $html = Registry::markdownFactory()->autolink($canonical);
366 return Registry::markdownFactory()->markdown($canonical, $tree);
369 return Registry::markdownFactory()->autolink($canonical, $tree);
/webtrees/app/
H A DNote.php92 $html = Registry::markdownFactory()->markdown($this->getNote());
94 $html = Registry::markdownFactory()->autolink($this->getNote());
H A DRegistry.php327 …public static function markdownFactory(MarkdownFactoryInterface|null $factory = null): MarkdownFac… function in Fisharebest\\Webtrees\\Registry
/webtrees/resources/views/modules/user-messages/
H A Duser-messages.phtml107 <?= Registry::markdownFactory()->autolink($message->body) ?>
/webtrees/app/Report/
H A DReportParserGenerate.php1064 … $value = strip_tags(Registry::markdownFactory()->markdown($value, $this->tree), ['br']);
1066 … $value = strip_tags(Registry::markdownFactory()->autolink($value, $this->tree), ['br']);