Searched hist:"506762 f46c22593263c96a0f689023ae89b32527" (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/ |
| H A D | skip.php | 506762f46c22593263c96a0f689023ae89b32527 Tue May 05 14:23:06 UTC 2026 Andreas Gohr <andi@splitbrain.org> GfmSpecTest: skip indented-code §4.4 family and Disallowed Raw HTML #652
The 4-space indent trigger fires on paragraph-continuation lines and exits on any blank line, both of which collide with CommonMark §4.4 — fixing either would require paragraph-open state the single-pass lexer cannot carry. List-interior cases additionally need the column arithmetic documented as out of scope for the §2.2 tabs family.
#652 (Disallowed Raw HTML) is a filter on top of raw HTML pass-through, which DokuWiki escapes by policy (see #118-160), so it has no input.
|