aboutsummaryrefslogtreecommitdiff
path: root/test/rst-reader.native
AgeCommit message (Expand)Author
2024-10-15RST reader: avoid putting metadata in Para.John MacFarlane
2022-07-30Support rowspans and colspans in grid tables (#8202)Albert Krewinkel
2022-03-29RST reader: wrap math in Span to preserve attributes (#7998)Albert Krewinkel
2022-02-11RST reader: fix treatment of headerless simple tables.John MacFarlane
2021-09-28Switch from pretty-simple to pretty-show for native output.John MacFarlane
2021-09-21Use pretty-simple to format native output.John MacFarlane
2021-01-07T.P.Parsing: modify gridTableWith' for headerless tables.John MacFarlane
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-02-13Add highlight directive to the rST reader (#6140)Lucas Escot
2019-02-25Shared.compactify: Avoid mixed lists.John MacFarlane
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane
2018-08-05RST reader: improve parsing of inline interpreted text roles.John MacFarlane
2018-01-14RST reader: add aligned environment when needed in math.John MacFarlane
2017-02-26RST reader: support scale and align attributes of images.John MacFarlane
2017-02-04Moved tests/ -> test/.John MacFarlane