Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Parsing/Markdown/
H A DGfmSpecTest.phpaa346d4b22f9f1b8a72dc049417af675e416fdb3 Tue May 12 14:04:15 UTC 2026 Andreas Gohr <andi@splitbrain.org> GfmSpecTest: clear acronym table in spec renderer

The default conf/acronyms.conf entries (notably FTP) get wrapped in
<abbr> by the XHTML renderer's acronym() call, which the spec output
never has. Clearing the renderer's acronym table makes acronym() fall
through to literal text, mirroring how typography substitutions are
already neutralized via SpecCompatRenderer. Brings example #628 to
passing without touching production wiki rendering.