Age | Commit message (Expand) | Author | Files | Lines |
2017-03-23 | Ms writer: improved definition lists. | John MacFarlane | 1 | -1/+3 |
2017-03-23 | Ms writer: use .IP for more standard definition lists. | John MacFarlane | 1 | -2/+1 |
2017-03-23 | Pipe tables: impose minimum cell size. | John MacFarlane | 1 | -5/+7 |
2017-03-23 | Grid tables: remove unnecessary extra space in cells. | John MacFarlane | 1 | -1/+1 |
2017-03-23 | Ms writer: fixed hard line breaks. | John MacFarlane | 1 | -2/+1 |
2017-03-23 | Writers.Shared.gridTable: defensive coding around 'maximum'. | John MacFarlane | 1 | -1/+2 |
2017-03-23 | MS writer: updated TODO comment. | John MacFarlane | 1 | -1/+0 |
2017-03-23 | Ms writer: Super/subscript support. | John MacFarlane | 1 | -2/+2 |
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 |
2017-03-23 | Initial addition of groff ms writer. | John MacFarlane | 1 | -0/+426 |
2017-03-21 | Plain writer: use _(..) or ^(..) for super/subscript... | John MacFarlane | 1 | -24/+31 |
2017-03-21 | Improve rendering of superscript in plain output. | John MacFarlane | 1 | -13/+29 |
2017-03-21 | RST writer: improve grid table output, fix bug with empty rows. | John MacFarlane | 2 | -49/+40 |
2017-03-21 | Reuse Writers.Shared.gridTable in Haddock writer. | John MacFarlane | 1 | -31/+3 |
2017-03-21 | Moved more gridTable calculations to Writers.Shared. | John MacFarlane | 2 | -29/+33 |
2017-03-21 | Moved gridTable from Markdown writer to Writers.Shared. | John MacFarlane | 3 | -43/+43 |
2017-03-20 | docx writer: lang meta, see #1667 (#3515) | Mauro Bieg | 1 | -1/+24 |
2017-03-16 | LaTeX/Beamer writer: allow hyperlinks to frames. | John MacFarlane | 1 | -4/+13 |
2017-03-15 | OpenDocument writer: use more widely available bullet characters. | John MacFarlane | 1 | -1/+1 |
2017-03-13 | Removed unused symbol. | John MacFarlane | 1 | -1/+0 |
2017-03-13 | RST writer: convert to PandocMonad, report on unrendered raw items. | John MacFarlane | 1 | -31/+39 |
2017-03-13 | Highlighting: highlighting now returns an Either rather than Maybe. | John MacFarlane | 3 | -15/+29 |
2017-03-13 | Put TEI writer inside PandocMonad. Added warnings for omitted raw elements. | John MacFarlane | 1 | -118/+135 |
2017-03-12 | Converted DokuWiki writer to use PandocMonad. | John MacFarlane | 1 | -25/+34 |
2017-03-12 | MediaWiki writer: use PandocMonad. | John MacFarlane | 1 | -23/+29 |
2017-03-11 | Markdown writer: fixed bugs in simple/multiline list output. | John MacFarlane | 1 | -10/+9 |
2017-03-10 | ConTeXt writer: converted to use PandocMonad. | John MacFarlane | 1 | -19/+28 |
2017-03-10 | Removed normalizeSpaces from Text.Pandoc.Shared. | John MacFarlane | 1 | -3/+3 |
2017-03-10 | Add Muse writer (#3489) | Alexander Krotov | 1 | -0/+336 |
2017-03-09 | HTML writer: info message if 'lang' is unspecified. | John MacFarlane | 1 | -1/+4 |
2017-03-09 | HTML writer: fallback to basename rather than Untitled. | John MacFarlane | 1 | -4/+5 |
2017-03-08 | Remove space at beginning/end of RST code span. | John MacFarlane | 1 | -1/+4 |
2017-03-08 | Markdown writer: Avoid spurious blanklines at end of document... | John MacFarlane | 1 | -1/+1 |
2017-03-08 | Markdown writer: ensure space before list at top level. | John MacFarlane | 1 | -22/+31 |
2017-03-08 | Markdown writer: escape unordered list markers at beginning of paragraph | John MacFarlane | 1 | -12/+20 |
2017-03-06 | Markdown writer: better handling of tables with empty columns. | John MacFarlane | 1 | -12/+22 |
2017-03-06 | Markdown writer: Fixed false ordered lists in YAML metadata. | John MacFarlane | 1 | -1/+1 |
2017-03-05 | Markdown writer: escape initial % in a paragraph... | John MacFarlane | 1 | -1/+5 |
2017-03-04 | Fixed some loose ends in #1592. | John MacFarlane | 1 | -4/+1 |
2017-03-04 | HTML writer: only issue warning for missing title if --standalone. | John MacFarlane | 1 | -11/+13 |
2017-03-04 | HTML writer: Render SmallCaps as span with smallcaps class. | John MacFarlane | 1 | -1/+1 |
2017-03-04 | Use smallcaps class for SmallCaps in CommonMark writer. | John MacFarlane | 1 | -1/+1 |
2017-03-04 | Markdown writer: Use span with class 'smallcaps' for SmallCaps. | John MacFarlane | 1 | -2/+1 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 29 | -785/+805 |
2017-03-04 | HTML writer: issue warning if no title specified and template used. | John MacFarlane | 1 | -7/+14 |
2017-03-03 | OpenDocument writer: Clarified some code. | John MacFarlane | 1 | -12/+11 |
2017-03-03 | OpenDocument writer: fixed dropped elements in some ordered lists. | John MacFarlane | 1 | -1/+1 |