aboutsummaryrefslogtreecommitdiff
path: root/test/writer.ms
AgeCommit message (Expand)AuthorFilesLines
2021-09-21Use pretty-simple to format native output.John MacFarlane1-6/+6
2021-03-15Update tests for new texmath.John MacFarlane1-1/+1
2020-03-07Ms writer: fix definition lists so indent even when...John MacFarlane1-39/+39
2020-03-06Ms writer: use .QS/.QE instead of .RS/.RE for block quotes.John MacFarlane1-14/+14
2019-11-16Ms template: Use Palatino for default font.John MacFarlane1-1/+1
2019-11-16Updaet ms writer test.John MacFarlane1-1/+1
2019-11-16Ms writer: boldface definition terms in DefinitionLists.John MacFarlane1-17/+17
2019-11-16ms template: default to page numbers on bottom, no paragaraph indent.John MacFarlane1-1/+4
2018-12-13Man/Ms writers: don't escape `-` as `\-`.John MacFarlane1-9/+9
2018-10-24GroffChar: added @ to list of standard escapes.John MacFarlane1-1/+1
2018-10-23Groff writer character escaping changes.John MacFarlane1-23/+23
2018-10-22Groff writers escaping changes.John MacFarlane1-16/+16
2018-10-18GroffChar: fixed interpretation of `\-`.John MacFarlane1-9/+9
2018-10-18Groff escaping changes.John MacFarlane1-23/+23
2018-10-17man/ms writers: use `\[at]` for escaped `@`.John MacFarlane1-1/+1
2018-10-17Move common groff functions to Text.Pandoc.Writers.GroffJohn MacFarlane1-17/+17
2018-04-25Ms template: Fix date.John MacFarlane1-1/+4
2018-04-15Ms writer: font improvements.John MacFarlane1-25/+25
2018-04-14Man writer: Don't escape U+2019 as '.John MacFarlane1-17/+17
2018-03-18Ms writer: don't escape hyphens.John MacFarlane1-9/+9
2017-05-25Added `spaced_reference_links` extension.John MacFarlane1-10/+0
2017-04-06Ms writer: wider indents for lists.John MacFarlane1-96/+96
2017-04-05Ms writer: respect text wrapping options.John MacFarlane1-43/+26
2017-04-04Ms writer improvements:John MacFarlane1-14/+8
2017-04-04Ms writer: ensure that @ is escaped in URIs.John MacFarlane1-2/+2
2017-04-01Ms writer: added syntax highlighting.John MacFarlane1-2/+2
2017-03-26Ms writer: Hyperlink table of contents and other improvements.John MacFarlane1-3/+14
2017-03-26Ms writer: Add PDF outline bookmarks.John MacFarlane1-0/+31
2017-03-26Fixed a test not updated on last commit.John MacFarlane1-1/+1
2017-03-26Ms writer: Use @ instead of | for inline math delimiter.John MacFarlane1-11/+11
2017-03-26Ms writer: Support external links.John MacFarlane1-63/+154
2017-03-26Ms writer: better placement of header anchors.John MacFarlane1-31/+31
2017-03-25Ms writer: Implement header identifiers and internal links.John MacFarlane1-2/+32
2017-03-25Ms writer: use light gray for strikeout.John MacFarlane1-1/+3
2017-03-25Ms writer: improved pdf metadata.John MacFarlane1-1/+2
2017-03-25Updated test suite for ms template change.John MacFarlane1-0/+4
2017-03-25Ms. writer: links: use footnote only for absolute URIs.John MacFarlane1-97/+24
2017-03-25Updated tests.John MacFarlane1-2/+1
2017-03-24Ms writer: Use indented paragraphs after first in section.John MacFarlane1-73/+73
2017-03-24default.ms: Add settings for document variables like width.John MacFarlane1-2/+30
2017-03-24Ms writer: support --toc, date, abstract.John MacFarlane1-0/+1
2017-03-24Ms writer: Use custom .HRULE macro for horizontal rule.John MacFarlane1-36/+27
2017-03-23Ms writer: improved definition lists.John MacFarlane1-53/+36
2017-03-23Ms writer: fixed hard line breaks.John MacFarlane1-3/+1
2017-03-23Updated ms tests.John MacFarlane1-6/+16
2017-03-23Ms. writer: don't render links in footnotes as footnotes.John MacFarlane1-6/+2
2017-03-23Ms writer: Improved footnotes.John MacFarlane1-5/+0
2017-03-23Ms writer: fixed strong/emph combination.John MacFarlane1-4/+4
2017-03-23Initial addition of groff ms writer.John MacFarlane1-0/+940