Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Parsing/ParserMode/
H A DRssTest.phpc2248fdabf88ebc41fb7cdff1ab9df02279eed2b Tue May 05 11:20:04 UTC 2026 Andreas Gohr <andi@splitbrain.org> Block: collapse [ \t]*\n[ \t]* to \n inside paragraphs

Strip [ \t]+ on either side of the soft-break joiner emitted for a
single eol, and ltrim the first cdata of each paragraph. Without this,
DokuWiki preserved leading/trailing whitespace on continuation lines
verbatim, which is invisible in HTML but may visible in plain-text
and other renderers. It is also a requirement in the Markdown spec.

Re-baseline the parser-mode tests that pinned the old preserve
behavior (cdata adjacent to <code>/<file>/<rss>/header/footnote).

H A DFileTest.phpc2248fdabf88ebc41fb7cdff1ab9df02279eed2b Tue May 05 11:20:04 UTC 2026 Andreas Gohr <andi@splitbrain.org> Block: collapse [ \t]*\n[ \t]* to \n inside paragraphs

Strip [ \t]+ on either side of the soft-break joiner emitted for a
single eol, and ltrim the first cdata of each paragraph. Without this,
DokuWiki preserved leading/trailing whitespace on continuation lines
verbatim, which is invisible in HTML but may visible in plain-text
and other renderers. It is also a requirement in the Markdown spec.

Re-baseline the parser-mode tests that pinned the old preserve
behavior (cdata adjacent to <code>/<file>/<rss>/header/footnote).

H A DHeadersTest.phpc2248fdabf88ebc41fb7cdff1ab9df02279eed2b Tue May 05 11:20:04 UTC 2026 Andreas Gohr <andi@splitbrain.org> Block: collapse [ \t]*\n[ \t]* to \n inside paragraphs

Strip [ \t]+ on either side of the soft-break joiner emitted for a
single eol, and ltrim the first cdata of each paragraph. Without this,
DokuWiki preserved leading/trailing whitespace on continuation lines
verbatim, which is invisible in HTML but may visible in plain-text
and other renderers. It is also a requirement in the Markdown spec.

Re-baseline the parser-mode tests that pinned the old preserve
behavior (cdata adjacent to <code>/<file>/<rss>/header/footnote).

H A DCodeTest.phpc2248fdabf88ebc41fb7cdff1ab9df02279eed2b Tue May 05 11:20:04 UTC 2026 Andreas Gohr <andi@splitbrain.org> Block: collapse [ \t]*\n[ \t]* to \n inside paragraphs

Strip [ \t]+ on either side of the soft-break joiner emitted for a
single eol, and ltrim the first cdata of each paragraph. Without this,
DokuWiki preserved leading/trailing whitespace on continuation lines
verbatim, which is invisible in HTML but may visible in plain-text
and other renderers. It is also a requirement in the Markdown spec.

Re-baseline the parser-mode tests that pinned the old preserve
behavior (cdata adjacent to <code>/<file>/<rss>/header/footnote).

H A DFootnoteTest.phpc2248fdabf88ebc41fb7cdff1ab9df02279eed2b Tue May 05 11:20:04 UTC 2026 Andreas Gohr <andi@splitbrain.org> Block: collapse [ \t]*\n[ \t]* to \n inside paragraphs

Strip [ \t]+ on either side of the soft-break joiner emitted for a
single eol, and ltrim the first cdata of each paragraph. Without this,
DokuWiki preserved leading/trailing whitespace on continuation lines
verbatim, which is invisible in HTML but may visible in plain-text
and other renderers. It is also a requirement in the Markdown spec.

Re-baseline the parser-mode tests that pinned the old preserve
behavior (cdata adjacent to <code>/<file>/<rss>/header/footnote).

H A DPreformattedTest.phpc2248fdabf88ebc41fb7cdff1ab9df02279eed2b Tue May 05 11:20:04 UTC 2026 Andreas Gohr <andi@splitbrain.org> Block: collapse [ \t]*\n[ \t]* to \n inside paragraphs

Strip [ \t]+ on either side of the soft-break joiner emitted for a
single eol, and ltrim the first cdata of each paragraph. Without this,
DokuWiki preserved leading/trailing whitespace on continuation lines
verbatim, which is invisible in HTML but may visible in plain-text
and other renderers. It is also a requirement in the Markdown spec.

Re-baseline the parser-mode tests that pinned the old preserve
behavior (cdata adjacent to <code>/<file>/<rss>/header/footnote).

/dokuwiki/inc/Parsing/Handler/
H A DBlock.phpc2248fdabf88ebc41fb7cdff1ab9df02279eed2b Tue May 05 11:20:04 UTC 2026 Andreas Gohr <andi@splitbrain.org> Block: collapse [ \t]*\n[ \t]* to \n inside paragraphs

Strip [ \t]+ on either side of the soft-break joiner emitted for a
single eol, and ltrim the first cdata of each paragraph. Without this,
DokuWiki preserved leading/trailing whitespace on continuation lines
verbatim, which is invisible in HTML but may visible in plain-text
and other renderers. It is also a requirement in the Markdown spec.

Re-baseline the parser-mode tests that pinned the old preserve
behavior (cdata adjacent to <code>/<file>/<rss>/header/footnote).