Age | Commit message (Expand) | Author | Files | Lines |
2017-05-03 | Markdown Writer: put space before reference link definitions | Mauro Bieg | 1 | -1/+1 |
2017-05-02 | Markdown writer: Case-insensitive reference links. (#3616) | David A Roberts | 1 | -14/+16 |
2017-03-24 | Markdown writer: don't emit a simple table if `simple_tables` disabled. | John MacFarlane | 1 | -9/+9 |
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 | Moved more gridTable calculations to Writers.Shared. | John MacFarlane | 1 | -24/+3 |
2017-03-21 | Moved gridTable from Markdown writer to Writers.Shared. | John MacFarlane | 1 | -41/+0 |
2017-03-11 | Markdown writer: fixed bugs in simple/multiline list output. | John MacFarlane | 1 | -10/+9 |
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 | Markdown writer: Use span with class 'smallcaps' for SmallCaps. | John MacFarlane | 1 | -2/+1 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -57/+60 |
2017-03-02 | Removed unnecessary import. | John MacFarlane | 1 | -1/+0 |
2017-03-01 | Markdown writer: Fixed grid tables embedded in grid tables. | John MacFarlane | 1 | -32/+49 |
2017-03-01 | Markdown writer: Refactored gridTable to use widths in chars. | John MacFarlane | 1 | -10/+12 |
2017-02-25 | Markdown writer: don't include variables in metadata blocks! | John MacFarlane | 1 | -4/+3 |
2017-02-17 | Added warnings for non-rendered blocks to some writers. | John MacFarlane | 1 | -5/+10 |
2017-02-04 | Markdown writer: Better escaping when +smart. | John MacFarlane | 1 | -17/+21 |
2017-02-04 | Implemented +/-smart in rst writer. | John MacFarlane | 1 | -12/+0 |
2017-01-25 | Provide explicit separate functions for HTML 4 and 5. | John MacFarlane | 1 | -4/+4 |
2017-01-25 | Revert "Added page breaks into Pandoc." | John MacFarlane | 1 | -1/+0 |
2017-01-25 | Removed writerIgnoreNotes. | John MacFarlane | 1 | -5/+5 |
2017-01-25 | Make the `smart` extension affect the Markdown writer. | John MacFarlane | 1 | -6/+29 |
2017-01-25 | Fixed something small that broke in rebase. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Remove now-unnecessary lifts in Markdown writer. | John MacFarlane | 1 | -9/+6 |
2017-01-25 | Refactored math conversion in writers. | John MacFarlane | 1 | -9/+13 |
2017-01-25 | Unify Errors. | Jesse Rosenthal | 1 | -1/+2 |
2017-01-25 | Implement Errors in PandocMonad | Jesse Rosenthal | 1 | -9/+10 |
2017-01-25 | Convert all writers to use PandocMonad. | Jesse Rosenthal | 1 | -41/+48 |
2017-01-25 | Adds support for pagebreaks (when it makes sense) | Hubert Plociniczak | 1 | -1/+2 |
2016-12-11 | Fix display math with --webtex in markdown output. | John MacFarlane | 1 | -9/+13 |
2016-12-04 | Markdown writer: Fixed incorrect word wrapping. | John MacFarlane | 1 | -1/+1 |
2016-11-30 | Options: Removed writerStandalone, made writerTemplate a Maybe. | John MacFarlane | 1 | -14/+14 |
2016-11-19 | Fix for calculation of column widths for aligned multiline tables | Björn Peemöller | 1 | -8/+20 |
2016-11-18 | Markdown writer: Use bracketed form for native spans... | John MacFarlane | 1 | -4/+11 |
2016-11-15 | Adjust widths in Markdown grid tables so that they match on round-trip. | John MacFarlane | 1 | -1/+1 |
2016-11-15 | Allow alignments to be specified in Markdown grid tables. | John MacFarlane | 1 | -9/+29 |
2016-11-15 | Markdown writer: fixed inconsistent spacing issue. | John MacFarlane | 1 | -12/+20 |
2016-11-12 | Markdown writer: Fix escaping of spaces in super/subscript. | John MacFarlane | 1 | -37/+39 |
2016-10-13 | Markdown writer: Abstract out note/ref function. | Jesse Rosenthal | 1 | -28/+22 |
2016-10-13 | Add support for the LineBlock element to writers | Albert Krewinkel | 1 | -1/+7 |
2016-10-11 | Markdown writer: Allow footnotes/refs at the end of blocks, sections | Jesse Rosenthal | 1 | -21/+64 |
2016-10-11 | Add ReaderT monad for environment variables. | Jesse Rosenthal | 1 | -64/+78 |
2016-10-10 | More checks for Ext_raw_html when rendering HTML in Markdown. | John MacFarlane | 1 | -5/+9 |
2016-06-24 | Make --webtex work with the Markdown writer. | John MacFarlane | 1 | -12/+17 |