Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-05 | Ms writer: respect text wrapping options. | John MacFarlane | 1 | -26/+13 | |
2017-03-26 | Ms writer: Use @ instead of | for inline math delimiter. | John MacFarlane | 1 | -76/+76 | |
The `|` delimiter had a bad interaction with tbl. See discussion in #1839. | |||||
2017-03-23 | Initial addition of groff ms writer. | John MacFarlane | 1 | -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. |