index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
rst-reader.native
Age
Commit message (
Expand
)
Author
2022-07-30
Support rowspans and colspans in grid tables (#8202)
Albert Krewinkel
2022-03-29
RST reader: wrap math in Span to preserve attributes (#7998)
Albert Krewinkel
2022-02-11
RST reader: fix treatment of headerless simple tables.
John MacFarlane
2021-09-28
Switch from pretty-simple to pretty-show for native output.
John MacFarlane
2021-09-21
Use pretty-simple to format native output.
John MacFarlane
2021-01-07
T.P.Parsing: modify gridTableWith' for headerless tables.
John MacFarlane
2020-04-15
Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors
despresc
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-04-15
Implement the new Table type
despresc
2020-02-13
Add highlight directive to the rST reader (#6140)
Lucas Escot
2019-02-25
Shared.compactify: Avoid mixed lists.
John MacFarlane
2019-01-08
Removed superfluous sourceCode class on code blocks.
John MacFarlane
2018-08-05
RST reader: improve parsing of inline interpreted text roles.
John MacFarlane
2018-01-14
RST reader: add aligned environment when needed in math.
John MacFarlane
2017-02-26
RST reader: support scale and align attributes of images.
John MacFarlane
2017-02-04
Moved tests/ -> test/.
John MacFarlane