Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DGfmLinebreak.phpc4bcbc2e0c397783de26c1e3c211d82d1ac21bb4 Mon May 04 09:21:04 UTC 2026 Andreas Gohr <andi@splitbrain.org> add GfmLinebreak for GFM hard line breaks

Two-or-more trailing spaces, or a single backslash, immediately before
a non-final newline render as a `<br/>`. Both delimiter forms share a
single SUBSTITION mode at sort 140, loaded under any MD-active syntax
(markdown, dw+md, md+dw); pure dokuwiki is unaffected.

Reuses the existing `linebreak` handler call and renderer; no new
instructions or renderer changes. SpecCompatRenderer overrides
linebreak() to emit the spec's `<br />` shape. Examples 662, 663
(line break inside a raw HTML tag) are skipped — raw HTML is not
passed through by default.

/dokuwiki/_test/tests/Parsing/ParserMode/
H A DGfmLinebreakTest.phpc4bcbc2e0c397783de26c1e3c211d82d1ac21bb4 Mon May 04 09:21:04 UTC 2026 Andreas Gohr <andi@splitbrain.org> add GfmLinebreak for GFM hard line breaks

Two-or-more trailing spaces, or a single backslash, immediately before
a non-final newline render as a `<br/>`. Both delimiter forms share a
single SUBSTITION mode at sort 140, loaded under any MD-active syntax
(markdown, dw+md, md+dw); pure dokuwiki is unaffected.

Reuses the existing `linebreak` handler call and renderer; no new
instructions or renderer changes. SpecCompatRenderer overrides
linebreak() to emit the spec's `<br />` shape. Examples 662, 663
(line break inside a raw HTML tag) are skipped — raw HTML is not
passed through by default.

/dokuwiki/_test/tests/Parsing/Markdown/
H A DSpecCompatRenderer.phpc4bcbc2e0c397783de26c1e3c211d82d1ac21bb4 Mon May 04 09:21:04 UTC 2026 Andreas Gohr <andi@splitbrain.org> add GfmLinebreak for GFM hard line breaks

Two-or-more trailing spaces, or a single backslash, immediately before
a non-final newline render as a `<br/>`. Both delimiter forms share a
single SUBSTITION mode at sort 140, loaded under any MD-active syntax
(markdown, dw+md, md+dw); pure dokuwiki is unaffected.

Reuses the existing `linebreak` handler call and renderer; no new
instructions or renderer changes. SpecCompatRenderer overrides
linebreak() to emit the spec's `<br />` shape. Examples 662, 663
(line break inside a raw HTML tag) are skipped — raw HTML is not
passed through by default.

/dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/
H A Dskip.phpc4bcbc2e0c397783de26c1e3c211d82d1ac21bb4 Mon May 04 09:21:04 UTC 2026 Andreas Gohr <andi@splitbrain.org> add GfmLinebreak for GFM hard line breaks

Two-or-more trailing spaces, or a single backslash, immediately before
a non-final newline render as a `<br/>`. Both delimiter forms share a
single SUBSTITION mode at sort 140, loaded under any MD-active syntax
(markdown, dw+md, md+dw); pure dokuwiki is unaffected.

Reuses the existing `linebreak` handler call and renderer; no new
instructions or renderer changes. SpecCompatRenderer overrides
linebreak() to emit the spec's `<br />` shape. Examples 662, 663
(line break inside a raw HTML tag) are skipped — raw HTML is not
passed through by default.

/dokuwiki/_test/tests/Parsing/
H A DModeRegistryTest.phpc4bcbc2e0c397783de26c1e3c211d82d1ac21bb4 Mon May 04 09:21:04 UTC 2026 Andreas Gohr <andi@splitbrain.org> add GfmLinebreak for GFM hard line breaks

Two-or-more trailing spaces, or a single backslash, immediately before
a non-final newline render as a `<br/>`. Both delimiter forms share a
single SUBSTITION mode at sort 140, loaded under any MD-active syntax
(markdown, dw+md, md+dw); pure dokuwiki is unaffected.

Reuses the existing `linebreak` handler call and renderer; no new
instructions or renderer changes. SpecCompatRenderer overrides
linebreak() to emit the spec's `<br />` shape. Examples 662, 663
(line break inside a raw HTML tag) are skipped — raw HTML is not
passed through by default.

/dokuwiki/inc/Parsing/
H A DModeRegistry.phpc4bcbc2e0c397783de26c1e3c211d82d1ac21bb4 Mon May 04 09:21:04 UTC 2026 Andreas Gohr <andi@splitbrain.org> add GfmLinebreak for GFM hard line breaks

Two-or-more trailing spaces, or a single backslash, immediately before
a non-final newline render as a `<br/>`. Both delimiter forms share a
single SUBSTITION mode at sort 140, loaded under any MD-active syntax
(markdown, dw+md, md+dw); pure dokuwiki is unaffected.

Reuses the existing `linebreak` handler call and renderer; no new
instructions or renderer changes. SpecCompatRenderer overrides
linebreak() to emit the spec's `<br />` shape. Examples 662, 663
(line break inside a raw HTML tag) are skipped — raw HTML is not
passed through by default.