Home
last modified time | relevance | path

Searched defs:markdown (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;
43 public function markdown(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
120 public function markdown(string $markdown, Tree|null $tree = null): string argument