Home
last modified time | relevance | path

Searched defs:autolink (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Contracts/
H A DMarkdownFactoryInterface.php35 public function autolink(string $markdown, Tree|null $tree = null): string; function
/webtrees/app/Factories/
H A DMarkdownFactory.php86 public function autolink(string $markdown, Tree|null $tree = null): string function in Fisharebest\\Webtrees\\Factories\\MarkdownFactory