Skip to content

[pull] master from ruby:master#152

Merged
pull[bot] merged 1 commit intosysfce2:masterfrom
ruby:master
Feb 27, 2026
Merged

[pull] master from ruby:master#152
pull[bot] merged 1 commit intosysfce2:masterfrom
ruby:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Feb 27, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

…#1626)

The TableRow rule in the PEG grammar allowed rows with zero pipe
characters (`TableItem2*`). This caused lines like `<br>` immediately
following a table to be parsed as single-cell table rows, producing
spurious `<td><br></td>` in the rendered HTML.

Change `TableItem2*` to `TableItem2+` so that rows not starting with `|`
must contain at least one `|` to be recognized as table rows.
@pull pull Bot locked and limited conversation to collaborators Feb 27, 2026
@pull pull Bot added the ⤵️ pull label Feb 27, 2026
@pull pull Bot merged commit c59a7a8 into sysfce2:master Feb 27, 2026
4 of 8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant