aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2017-03-23Ms writer: fixed hard line breaks.John MacFarlane1-2/+1
2017-03-23Writers.Shared.gridTable: defensive coding around 'maximum'.John MacFarlane1-1/+2
2017-03-23MS writer: updated TODO comment.John MacFarlane1-1/+0
2017-03-23Ms writer: Super/subscript support.John MacFarlane1-2/+2
2017-03-23Ms writer: support for fake smallcaps.John MacFarlane1-28/+52
2017-03-23Ms. writer: don't render links in footnotes as footnotes.John MacFarlane1-5/+15
2017-03-23Ms writer: Improved footnotes.John MacFarlane1-2/+7
2017-03-23Ms writer: fixed strong/emph combination.John MacFarlane1-13/+54
2017-03-23Initial addition of groff ms writer.John MacFarlane1-0/+426
2017-03-21Plain writer: use _(..) or ^(..) for super/subscript...John MacFarlane1-24/+31
2017-03-21Improve rendering of superscript in plain output.John MacFarlane1-13/+29
2017-03-21RST writer: improve grid table output, fix bug with empty rows.John MacFarlane2-49/+40
2017-03-21Reuse Writers.Shared.gridTable in Haddock writer.John MacFarlane1-31/+3
2017-03-21Moved more gridTable calculations to Writers.Shared.John MacFarlane2-29/+33
2017-03-21Moved gridTable from Markdown writer to Writers.Shared.John MacFarlane3-43/+43
2017-03-20docx writer: lang meta, see #1667 (#3515)Mauro Bieg1-1/+24
2017-03-16LaTeX/Beamer writer: allow hyperlinks to frames.John MacFarlane1-4/+13
2017-03-15OpenDocument writer: use more widely available bullet characters.John MacFarlane1-1/+1
2017-03-13Removed unused symbol.John MacFarlane1-1/+0
2017-03-13RST writer: convert to PandocMonad, report on unrendered raw items.John MacFarlane1-31/+39
2017-03-13Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane3-15/+29
2017-03-13Put TEI writer inside PandocMonad. Added warnings for omitted raw elements.John MacFarlane1-118/+135
2017-03-12Converted DokuWiki writer to use PandocMonad.John MacFarlane1-25/+34
2017-03-12MediaWiki writer: use PandocMonad.John MacFarlane1-23/+29
2017-03-11Markdown writer: fixed bugs in simple/multiline list output.John MacFarlane1-10/+9
2017-03-10ConTeXt writer: converted to use PandocMonad.John MacFarlane1-19/+28
2017-03-10Removed normalizeSpaces from Text.Pandoc.Shared.John MacFarlane1-3/+3
2017-03-10Add Muse writer (#3489)Alexander Krotov1-0/+336
2017-03-09HTML writer: info message if 'lang' is unspecified.John MacFarlane1-1/+4
2017-03-09HTML writer: fallback to basename rather than Untitled.John MacFarlane1-4/+5
2017-03-08Remove space at beginning/end of RST code span.John MacFarlane1-1/+4
2017-03-08Markdown writer: Avoid spurious blanklines at end of document...John MacFarlane1-1/+1
2017-03-08Markdown writer: ensure space before list at top level.John MacFarlane1-22/+31
2017-03-08Markdown writer: escape unordered list markers at beginning of paragraphJohn MacFarlane1-12/+20
2017-03-06Markdown writer: better handling of tables with empty columns.John MacFarlane1-12/+22
2017-03-06Markdown writer: Fixed false ordered lists in YAML metadata.John MacFarlane1-1/+1
2017-03-05Markdown writer: escape initial % in a paragraph...John MacFarlane1-1/+5
2017-03-04Fixed some loose ends in #1592.John MacFarlane1-4/+1
2017-03-04HTML writer: only issue warning for missing title if --standalone.John MacFarlane1-11/+13
2017-03-04HTML writer: Render SmallCaps as span with smallcaps class.John MacFarlane1-1/+1
2017-03-04Use smallcaps class for SmallCaps in CommonMark writer.John MacFarlane1-1/+1
2017-03-04Markdown writer: Use span with class 'smallcaps' for SmallCaps.John MacFarlane1-2/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane29-785/+805
2017-03-04HTML writer: issue warning if no title specified and template used.John MacFarlane1-7/+14
2017-03-03OpenDocument writer: Clarified some code.John MacFarlane1-12/+11
2017-03-03OpenDocument writer: fixed dropped elements in some ordered lists.John MacFarlane1-1/+1
2017-03-03Docx writer: Don't include bookmarks on headers unless non-null id.John MacFarlane1-22/+25
2017-03-03ConTeXt writer: remove unnecessary $ (#3482)Alexander Krotov1-2/+2
2017-03-02LaTeX writer: add `\leavevmode` before hypertarget at start of paragraph.John MacFarlane1-1/+8
2017-03-02LaTeX writer: use % after hypertarget before code blockJohn MacFarlane1-1/+4