aboutsummaryrefslogtreecommitdiff
path: root/test/command/10338-rst-multiple-header-rows.md
AgeCommit message (Collapse)Author
2025-09-02RST Reader: Support multiple header rows (#11057)TuongNM
[API change] Text.Pandoc.Parsing: `tableWith` and `tableWith'` now return a list of lists of Blocks, rather than a list of Blocks, for the header rows, allowing for multiple header rows. Closes #10338.