Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-23 | Ms writer: Super/subscript support. | John MacFarlane | 1 | -2/+2 | |
Also added some macro definitions to default template to support subscripts + better superscripts. | |||||
2017-03-23 | Ms writer: support for fake smallcaps. | John MacFarlane | 1 | -28/+52 | |
2017-03-23 | Ms. writer: don't render links in footnotes as footnotes. | John MacFarlane | 1 | -5/+15 | |
2017-03-23 | Ms writer: Improved footnotes. | John MacFarlane | 1 | -2/+7 | |
2017-03-23 | Ms writer: fixed strong/emph combination. | John MacFarlane | 1 | -13/+54 | |
Perhaps something similar is needed in the man writer. | |||||
2017-03-23 | Initial addition of groff ms writer. | John MacFarlane | 1 | -0/+426 | |
* 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. |