aboutsummaryrefslogtreecommitdiff
path: root/test/tables.ms
AgeCommit message (Collapse)AuthorFilesLines
2017-04-05Ms writer: respect text wrapping options.John MacFarlane1-26/+13
2017-03-26Ms writer: Use @ instead of | for inline math delimiter.John MacFarlane1-76/+76
The `|` delimiter had a bad interaction with tbl. See discussion in #1839.
2017-03-23Initial addition of groff ms writer.John MacFarlane1-0/+280
* New module: Text.Pandoc.Writers.Ms. * New template: default.ms. * The writer uses texmath's new eqn writer to convert math to eqn format, so a ms file produced with this writer should be processed with `groff -ms -e` if it contains math.