| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Internallink.php | e89aeebd5989e476b6a69236d9aabf72a9a01f14 Wed Apr 22 10:30:14 UTC 2026 Andreas Gohr <gohr@cosmocode.de> add GfmLink for GFM inline links `[text](url)`
Extracts the URL-classification ladder from Internallink into a LinkDispatch trait so both modes route identically across all six DokuWiki link flavors (internal, external, interwiki, email, windowsshare, local anchor). GfmLink parses the `[text](url)` form with optional `"title"` / `'title'` and hands the URL to the trait. The GFM title attribute is discarded — DokuWiki link instructions have no slot for it.
|
| H A D | GfmLink.php | e89aeebd5989e476b6a69236d9aabf72a9a01f14 Wed Apr 22 10:30:14 UTC 2026 Andreas Gohr <gohr@cosmocode.de> add GfmLink for GFM inline links `[text](url)`
Extracts the URL-classification ladder from Internallink into a LinkDispatch trait so both modes route identically across all six DokuWiki link flavors (internal, external, interwiki, email, windowsshare, local anchor). GfmLink parses the `[text](url)` form with optional `"title"` / `'title'` and hands the URL to the trait. The GFM title attribute is discarded — DokuWiki link instructions have no slot for it.
|
| /dokuwiki/_test/tests/Parsing/ParserMode/ |
| H A D | GfmLinkTest.php | e89aeebd5989e476b6a69236d9aabf72a9a01f14 Wed Apr 22 10:30:14 UTC 2026 Andreas Gohr <gohr@cosmocode.de> add GfmLink for GFM inline links `[text](url)`
Extracts the URL-classification ladder from Internallink into a LinkDispatch trait so both modes route identically across all six DokuWiki link flavors (internal, external, interwiki, email, windowsshare, local anchor). GfmLink parses the `[text](url)` form with optional `"title"` / `'title'` and hands the URL to the trait. The GFM title attribute is discarded — DokuWiki link instructions have no slot for it.
|
| /dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/ |
| H A D | skip.php | e89aeebd5989e476b6a69236d9aabf72a9a01f14 Wed Apr 22 10:30:14 UTC 2026 Andreas Gohr <gohr@cosmocode.de> add GfmLink for GFM inline links `[text](url)`
Extracts the URL-classification ladder from Internallink into a LinkDispatch trait so both modes route identically across all six DokuWiki link flavors (internal, external, interwiki, email, windowsshare, local anchor). GfmLink parses the `[text](url)` form with optional `"title"` / `'title'` and hands the URL to the trait. The GFM title attribute is discarded — DokuWiki link instructions have no slot for it.
|
| /dokuwiki/_test/tests/Parsing/ |
| H A D | ModeRegistryTest.php | e89aeebd5989e476b6a69236d9aabf72a9a01f14 Wed Apr 22 10:30:14 UTC 2026 Andreas Gohr <gohr@cosmocode.de> add GfmLink for GFM inline links `[text](url)`
Extracts the URL-classification ladder from Internallink into a LinkDispatch trait so both modes route identically across all six DokuWiki link flavors (internal, external, interwiki, email, windowsshare, local anchor). GfmLink parses the `[text](url)` form with optional `"title"` / `'title'` and hands the URL to the trait. The GFM title attribute is discarded — DokuWiki link instructions have no slot for it.
|
| /dokuwiki/inc/Parsing/ |
| H A D | ModeRegistry.php | e89aeebd5989e476b6a69236d9aabf72a9a01f14 Wed Apr 22 10:30:14 UTC 2026 Andreas Gohr <gohr@cosmocode.de> add GfmLink for GFM inline links `[text](url)`
Extracts the URL-classification ladder from Internallink into a LinkDispatch trait so both modes route identically across all six DokuWiki link flavors (internal, external, interwiki, email, windowsshare, local anchor). GfmLink parses the `[text](url)` form with optional `"title"` / `'title'` and hands the URL to the trait. The GFM title attribute is discarded — DokuWiki link instructions have no slot for it.
|