Home
last modified time | relevance | path

Searched hist:"8719732 d06ab7306149725c7c5ea71deb8ff0382" (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DGfmHeader.php8719732d06ab7306149725c7c5ea71deb8ff0382 Wed Apr 22 08:50:19 UTC 2026 Andreas Gohr <gohr@cosmocode.de> add GfmHeader for ATX headings (`# text` through `###### text`)

Opener must sit at column 0. GFM tolerates 0-3 spaces before the `#`
but that collides with DokuWiki's 2-space-indent preformatted block,
so the tolerance is dropped rather than plumbed across modes.

Widen the XHTML renderer's section-node tracker from 5 slots to 6 so
h6 doesn't hit "Undefined array key 5". Extend GfmSpecTest's HTML
normalizer to strip DokuWiki's section-div wrappers, section-edit
comments, and header id/class attributes so heading spec examples
can validate semantic correctness.

/dokuwiki/_test/tests/Parsing/ParserMode/
H A DGfmHeaderTest.php8719732d06ab7306149725c7c5ea71deb8ff0382 Wed Apr 22 08:50:19 UTC 2026 Andreas Gohr <gohr@cosmocode.de> add GfmHeader for ATX headings (`# text` through `###### text`)

Opener must sit at column 0. GFM tolerates 0-3 spaces before the `#`
but that collides with DokuWiki's 2-space-indent preformatted block,
so the tolerance is dropped rather than plumbed across modes.

Widen the XHTML renderer's section-node tracker from 5 slots to 6 so
h6 doesn't hit "Undefined array key 5". Extend GfmSpecTest's HTML
normalizer to strip DokuWiki's section-div wrappers, section-edit
comments, and header id/class attributes so heading spec examples
can validate semantic correctness.

/dokuwiki/_test/tests/Parsing/Markdown/
H A DGfmSpecTest.php8719732d06ab7306149725c7c5ea71deb8ff0382 Wed Apr 22 08:50:19 UTC 2026 Andreas Gohr <gohr@cosmocode.de> add GfmHeader for ATX headings (`# text` through `###### text`)

Opener must sit at column 0. GFM tolerates 0-3 spaces before the `#`
but that collides with DokuWiki's 2-space-indent preformatted block,
so the tolerance is dropped rather than plumbed across modes.

Widen the XHTML renderer's section-node tracker from 5 slots to 6 so
h6 doesn't hit "Undefined array key 5". Extend GfmSpecTest's HTML
normalizer to strip DokuWiki's section-div wrappers, section-edit
comments, and header id/class attributes so heading spec examples
can validate semantic correctness.

/dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/
H A Dskip.php8719732d06ab7306149725c7c5ea71deb8ff0382 Wed Apr 22 08:50:19 UTC 2026 Andreas Gohr <gohr@cosmocode.de> add GfmHeader for ATX headings (`# text` through `###### text`)

Opener must sit at column 0. GFM tolerates 0-3 spaces before the `#`
but that collides with DokuWiki's 2-space-indent preformatted block,
so the tolerance is dropped rather than plumbed across modes.

Widen the XHTML renderer's section-node tracker from 5 slots to 6 so
h6 doesn't hit "Undefined array key 5". Extend GfmSpecTest's HTML
normalizer to strip DokuWiki's section-div wrappers, section-edit
comments, and header id/class attributes so heading spec examples
can validate semantic correctness.

/dokuwiki/_test/tests/Parsing/
H A DModeRegistryTest.php8719732d06ab7306149725c7c5ea71deb8ff0382 Wed Apr 22 08:50:19 UTC 2026 Andreas Gohr <gohr@cosmocode.de> add GfmHeader for ATX headings (`# text` through `###### text`)

Opener must sit at column 0. GFM tolerates 0-3 spaces before the `#`
but that collides with DokuWiki's 2-space-indent preformatted block,
so the tolerance is dropped rather than plumbed across modes.

Widen the XHTML renderer's section-node tracker from 5 slots to 6 so
h6 doesn't hit "Undefined array key 5". Extend GfmSpecTest's HTML
normalizer to strip DokuWiki's section-div wrappers, section-edit
comments, and header id/class attributes so heading spec examples
can validate semantic correctness.

/dokuwiki/inc/Parsing/
H A DModeRegistry.php8719732d06ab7306149725c7c5ea71deb8ff0382 Wed Apr 22 08:50:19 UTC 2026 Andreas Gohr <gohr@cosmocode.de> add GfmHeader for ATX headings (`# text` through `###### text`)

Opener must sit at column 0. GFM tolerates 0-3 spaces before the `#`
but that collides with DokuWiki's 2-space-indent preformatted block,
so the tolerance is dropped rather than plumbed across modes.

Widen the XHTML renderer's section-node tracker from 5 slots to 6 so
h6 doesn't hit "Undefined array key 5". Extend GfmSpecTest's HTML
normalizer to strip DokuWiki's section-div wrappers, section-edit
comments, and header id/class attributes so heading spec examples
can validate semantic correctness.

/dokuwiki/inc/parser/
H A Dxhtml.php8719732d06ab7306149725c7c5ea71deb8ff0382 Wed Apr 22 08:50:19 UTC 2026 Andreas Gohr <gohr@cosmocode.de> add GfmHeader for ATX headings (`# text` through `###### text`)

Opener must sit at column 0. GFM tolerates 0-3 spaces before the `#`
but that collides with DokuWiki's 2-space-indent preformatted block,
so the tolerance is dropped rather than plumbed across modes.

Widen the XHTML renderer's section-node tracker from 5 slots to 6 so
h6 doesn't hit "Undefined array key 5". Extend GfmSpecTest's HTML
normalizer to strip DokuWiki's section-div wrappers, section-edit
comments, and header id/class attributes so heading spec examples
can validate semantic correctness.