/webtrees/resources/css/ |
H A D | _markdown.css | 16 /* markdown formatting */ 18 .markdown { 23 .markdown p code { 28 .markdown p { 32 .markdown blockquote p { 37 .markdown table { 42 .markdown th { 46 .markdown td, 47 .markdown th { 52 .markdown img {
|
/webtrees/tests/app/Factories/ |
H A D | MarkdownFactoryTest.php | 68 $factory->markdown('FOO https://example.com BAR') 73 $factory->markdown('FOO <https://example.com> BAR') 84 $factory->markdown('FOO https://example.com BAR', $tree) 89 $factory->markdown('FOO <https://example.com> BAR', $tree) 99 $factory->markdown('<b> <https://example.com> </b>') 114 $factory->markdown("alpha\nbeta\ngamma \ndelta") 129 $factory->markdown("alpha\nbeta\n\n\n\ngamma\ndelta")
|
/webtrees/app/Factories/ |
H A D | MarkdownFactory.php | 81 * @param string $markdown 86 public function autolink(string $markdown, Tree|null $tree = null): string argument 105 $html = $converter->convert($markdown)->getContent(); 115 * @param string $markdown 120 public function markdown(string $markdown, Tree|null $tree = null): string argument 136 $html = $converter->convert($markdown)->getContent();
|
/webtrees/app/Contracts/ |
H A D | MarkdownFactoryInterface.php | 30 * @param string $markdown 35 public function autolink(string $markdown, Tree|null $tree = null): string; argument 38 * @param string $markdown 43 public function markdown(string $markdown, Tree|null $tree = null): string; function
|
/webtrees/public/css/ |
H A D | minimal.min.css | 1 …markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
|
H A D | fab.min.css | 1 …markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
|
H A D | administration.min.css | 1 …markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
|
H A D | clouds.min.css | 1 …markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
|
H A D | webtrees.min.css | 1 …markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
|
H A D | xenea.min.css | 1 …markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
|
H A D | colors.min.css | 1 …markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
|
/webtrees/app/ |
H A D | Note.php | 92 $html = Registry::markdownFactory()->markdown($this->getNote());
|
/webtrees/app/Elements/ |
H A D | AbstractElement.php | 366 return Registry::markdownFactory()->markdown($canonical, $tree);
|
/webtrees/ |
H A D | composer.lock | 1475 … "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).", 1744 "cebe/markdown": "^1.0", 1752 "michelf/php-markdown": "^1.4 || ^2.0", 1796 "markdown", 4533 "league/html-to-markdown": "^5.0",
|
H A D | phpstan-baseline.neon | 12250 …message: '#^Parameter \#1 \$markdown of method Fisharebest\\Webtrees\\Contracts\\MarkdownFactoryIn…
|
/webtrees/app/Report/ |
H A D | ReportParserGenerate.php | 1064 … $value = strip_tags(Registry::markdownFactory()->markdown($value, $this->tree), ['br']);
|
/webtrees/resources/lang/sr/ |
H A D | messages.po | 19538 msgid "markdown" 19539 msgstr "\"markdown\""
|
/webtrees/resources/lang/yi/ |
H A D | messages.po | 19501 msgid "markdown" 19502 msgstr "markdown"
|
/webtrees/resources/lang/uk/ |
H A D | messages.po | 19529 msgid "markdown" 19530 msgstr "markdown"
|
/webtrees/resources/lang/ru/ |
H A D | messages.po | 19542 msgid "markdown" 19543 msgstr "markdown"
|
/webtrees/resources/lang/he/ |
H A D | messages.po | 19505 msgid "markdown" 19506 msgstr "markdown"
|
/webtrees/resources/lang/eu/ |
H A D | messages.po | 19509 msgid "markdown" 19510 msgstr "markdown"
|
/webtrees/resources/lang/ku/ |
H A D | messages.po | 19500 msgid "markdown" 19501 msgstr "markdown"
|
/webtrees/resources/lang/cy/ |
H A D | messages.po | 19618 msgid "markdown" 19619 msgstr "markdown"
|
/webtrees/resources/lang/it/ |
H A D | messages.po | 19506 msgid "markdown" 19507 msgstr "markdown"
|