Home
last modified time | relevance | path

Searched refs:markdown (Results 1 – 25 of 90) sorted by relevance

1234

/webtrees/resources/css/
H A D_markdown.css16 /* 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 DMarkdownFactoryTest.php68 $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 DMarkdownFactory.php81 * @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 DMarkdownFactoryInterface.php30 * @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 Dminimal.min.css1markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
H A Dfab.min.css1markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
H A Dadministration.min.css1markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
H A Dclouds.min.css1markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
H A Dwebtrees.min.css1markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
H A Dxenea.min.css1markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
H A Dcolors.min.css1markdown{overflow-wrap:break-word}.markdown p code{color:inherit}[dir] .markdown p{margin:0 0 .5re…
/webtrees/app/
H A DNote.php92 $html = Registry::markdownFactory()->markdown($this->getNote());
/webtrees/app/Elements/
H A DAbstractElement.php366 return Registry::markdownFactory()->markdown($canonical, $tree);
/webtrees/
H A Dcomposer.lock1475 … "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 Dphpstan-baseline.neon12250 …message: '#^Parameter \#1 \$markdown of method Fisharebest\\Webtrees\\Contracts\\MarkdownFactoryIn…
/webtrees/app/Report/
H A DReportParserGenerate.php1064 … $value = strip_tags(Registry::markdownFactory()->markdown($value, $this->tree), ['br']);
/webtrees/resources/lang/sr/
H A Dmessages.po19538 msgid "markdown"
19539 msgstr "\"markdown\""
/webtrees/resources/lang/yi/
H A Dmessages.po19501 msgid "markdown"
19502 msgstr "markdown"
/webtrees/resources/lang/uk/
H A Dmessages.po19529 msgid "markdown"
19530 msgstr "markdown"
/webtrees/resources/lang/ru/
H A Dmessages.po19542 msgid "markdown"
19543 msgstr "markdown"
/webtrees/resources/lang/he/
H A Dmessages.po19505 msgid "markdown"
19506 msgstr "markdown"
/webtrees/resources/lang/eu/
H A Dmessages.po19509 msgid "markdown"
19510 msgstr "markdown"
/webtrees/resources/lang/ku/
H A Dmessages.po19500 msgid "markdown"
19501 msgstr "markdown"
/webtrees/resources/lang/cy/
H A Dmessages.po19618 msgid "markdown"
19619 msgstr "markdown"
/webtrees/resources/lang/it/
H A Dmessages.po19506 msgid "markdown"
19507 msgstr "markdown"

1234