Home
last modified time | relevance | path

Searched hist:d379b73752b2756b087fd1c1c0e5886f260e6761 (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/_test/tests/Parsing/Markdown/
H A DGfmSpecTest.phpd379b73752b2756b087fd1c1c0e5886f260e6761 Tue May 05 09:11:52 UTC 2026 Andreas Gohr <andi@splitbrain.org> GfmSpecTest: neutralize DW typography for spec roundtrip

Force $conf[typography] = 0 in renderMarkdown() so the Quotes and
MultiplyEntity modes are not loaded, override entity() in
SpecCompatRenderer to emit the original match instead of the typographic
glyph, and switch _xmlEntities() from ENT_QUOTES to ENT_COMPAT so `'`
stays literal in body text while `"` is still escaped to &quot;. Drops
three skip entries (#308, #310, #353) that existed only to paper over
the same divergence and unblocks #16, #25 and #670.

H A DSpecCompatRenderer.phpd379b73752b2756b087fd1c1c0e5886f260e6761 Tue May 05 09:11:52 UTC 2026 Andreas Gohr <andi@splitbrain.org> GfmSpecTest: neutralize DW typography for spec roundtrip

Force $conf[typography] = 0 in renderMarkdown() so the Quotes and
MultiplyEntity modes are not loaded, override entity() in
SpecCompatRenderer to emit the original match instead of the typographic
glyph, and switch _xmlEntities() from ENT_QUOTES to ENT_COMPAT so `'`
stays literal in body text while `"` is still escaped to &quot;. Drops
three skip entries (#308, #310, #353) that existed only to paper over
the same divergence and unblocks #16, #25 and #670.

/dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/
H A Dskip.phpd379b73752b2756b087fd1c1c0e5886f260e6761 Tue May 05 09:11:52 UTC 2026 Andreas Gohr <andi@splitbrain.org> GfmSpecTest: neutralize DW typography for spec roundtrip

Force $conf[typography] = 0 in renderMarkdown() so the Quotes and
MultiplyEntity modes are not loaded, override entity() in
SpecCompatRenderer to emit the original match instead of the typographic
glyph, and switch _xmlEntities() from ENT_QUOTES to ENT_COMPAT so `'`
stays literal in body text while `"` is still escaped to &quot;. Drops
three skip entries (#308, #310, #353) that existed only to paper over
the same divergence and unblocks #16, #25 and #670.