Home
last modified time | relevance | path

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

/webtrees/tests/app/Factories/
H A DMarkdownFactoryTest.php37 $factory->autolink('FOO https://example.com BAR')
48 $factory->autolink('FOO https://example.com BAR', $tree)
58 $factory->autolink('<b> https://example.com </b>')
109 $factory->autolink("alpha\nbeta\ngamma \ndelta")
124 $factory->autolink("alpha\nbeta\n\n\n\ngamma\ndelta")
/webtrees/app/Elements/
H A DAbstractElement.php337 $html = Registry::markdownFactory()->autolink($canonical);
369 return Registry::markdownFactory()->autolink($canonical, $tree);
/webtrees/app/Contracts/
H A DMarkdownFactoryInterface.php35 public function autolink(string $markdown, Tree|null $tree = null): string; function
/webtrees/app/
H A DNote.php94 $html = Registry::markdownFactory()->autolink($this->getNote());
/webtrees/resources/views/modules/user-messages/
H A Duser-messages.phtml107 <?= Registry::markdownFactory()->autolink($message->body) ?>
/webtrees/app/Factories/
H A DMarkdownFactory.php86 public function autolink(string $markdown, Tree|null $tree = null): string function in Fisharebest\\Webtrees\\Factories\\MarkdownFactory
/webtrees/app/Report/
H A DReportParserGenerate.php1066 … $value = strip_tags(Registry::markdownFactory()->autolink($value, $this->tree), ['br']);
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md67 …editor4/issues/3156): Fixed: [Autolink](https://ckeditor.com/cke4/addon/autolink) [`config.autolin…
292 …r4/issues/2756): Fixed: The [Auto Link](https://ckeditor.com/cke4/addon/autolink) plugin causes an…
341 …ckeditor4/issues/1815): The [Auto Link](https://ckeditor.com/cke4/addon/autolink) plugin supports …
430 …ckeditor4/issues/1761): The [Auto Link](https://ckeditor.com/cke4/addon/autolink) plugin now suppo…
722 …h '-' in host are not detected by the [Auto Link](https://ckeditor.com/cke4/addon/autolink) plugin.
1045 …m/ticket/13419): Fixed: The [Auto Link](https://ckeditor.com/cke4/addon/autolink) plugin does not …
/webtrees/
H A Dphpstan-baseline.neon10558 …of method Fisharebest\\Webtrees\\Contracts\\MarkdownFactoryInterface\:\:autolink\(\) expects strin…