Home
last modified time | relevance | path

Searched hist:e89aeebd5989e476b6a69236d9aabf72a9a01f14 (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DInternallink.phpe89aeebd5989e476b6a69236d9aabf72a9a01f14 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 DGfmLink.phpe89aeebd5989e476b6a69236d9aabf72a9a01f14 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 DGfmLinkTest.phpe89aeebd5989e476b6a69236d9aabf72a9a01f14 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 Dskip.phpe89aeebd5989e476b6a69236d9aabf72a9a01f14 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 DModeRegistryTest.phpe89aeebd5989e476b6a69236d9aabf72a9a01f14 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 DModeRegistry.phpe89aeebd5989e476b6a69236d9aabf72a9a01f14 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.