Age | Commit message (Expand) | Author | Files | Lines |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -1/+1 |
2017-06-20 | Writers: adjusted for renderTemplate' changes. | John MacFarlane | 1 | -3/+2 |
2017-06-17 | Use Control.Monad.State.Strict throughout. | John MacFarlane | 1 | -1/+1 |
2017-06-11 | Switched Writer types to use Text. | John MacFarlane | 1 | -3/+5 |
2017-05-23 | Shared: Provide custom isURI that rejects unknown schemes [isURI] | Albert Krewinkel | 1 | -1/+0 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-03-26 | MediaWiki writer: don't softbreak lines inside list items. | John MacFarlane | 1 | -1/+4 |
2017-03-12 | MediaWiki writer: use PandocMonad. | John MacFarlane | 1 | -23/+29 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -26/+26 |
2017-02-21 | MediaWiki writer: Remove newline before `</ref>`. | John MacFarlane | 1 | -2/+2 |
2017-02-21 | MediaWiki writer: add display attribute on `<math>` tags. | John MacFarlane | 1 | -2/+5 |
2017-02-21 | MediaWiki writer: Updated list of syntax highlighting languages. | John MacFarlane | 1 | -17/+641 |
2017-01-25 | Revert "Added page breaks into Pandoc." | John MacFarlane | 1 | -2/+0 |
2017-01-25 | Convert all writers to use PandocMonad. | Jesse Rosenthal | 1 | -2/+3 |
2017-01-25 | Adds support for pagebreaks (when it makes sense) | Hubert Plociniczak | 1 | -1/+3 |
2016-11-30 | Options: Removed writerStandalone, made writerTemplate a Maybe. | John MacFarlane | 1 | -3/+3 |
2016-10-13 | Add support for the LineBlock element to writers | Albert Krewinkel | 1 | -0/+3 |
2016-01-02 | MediaWiki writer: fix spacing issues. | John MacFarlane | 1 | -1/+5 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -0/+7 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -1/+1 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -5/+26 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-02-07 | Merge pull request #1927 from freephile/master | John MacFarlane | 1 | -2/+2 |
2015-02-05 | update syntax for Images/Media files in MediaWiki | Greg Rundlett | 1 | -2/+2 |
2015-02-04 | Append newline to the LineBreak of various writers | Tim Lin | 1 | -1/+1 |
2014-12-19 | MediaWiki writer: Fixed links with URL = text. | John MacFarlane | 1 | -1/+1 |
2014-07-29 | Mediawiki writer: don't escape inside `<source>`. | John MacFarlane | 1 | -4/+8 |
2014-07-04 | MediaWiki writer: Minor renaming of 'st' prefixed names. | John MacFarlane | 1 | -31/+31 |
2014-07-04 | Little restructuralization. | Matej Kollar | 1 | -9/+6 |
2014-07-04 | Move more things to Reader. | Matej Kollar | 1 | -36/+29 |
2014-07-04 | HLint suggestions. | Matej Kollar | 1 | -35/+34 |
2014-07-02 | Use Reader. | Matej Kollar | 1 | -96/+95 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2013-12-19 | HLint: redundant parens | Henry de Valence | 1 | -1/+1 |
2013-08-18 | Adjusted writers and tests for change in parsing of div/span. | John MacFarlane | 1 | -4/+8 |
2013-08-10 | Adjustments for new Format newtype. | John MacFarlane | 1 | -6/+8 |
2013-08-08 | Preliminary support for new Div and Span elements in writers. | John MacFarlane | 1 | -0/+6 |
2013-08-03 | MediaWiki writer: Use native mediawiki tables instead of HTML. | John MacFarlane | 1 | -44/+39 |
2013-07-01 | Created Text.Pandoc.Writers.Shared, improved metaToJSON. | John MacFarlane | 1 | -2/+2 |
2013-06-29 | Metadata changes: Variables now completely shadow metadata. | John MacFarlane | 1 | -2/+2 |
2013-06-27 | Writers: Use defField for defaults. | John MacFarlane | 1 | -2/+2 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -6/+11 |
2013-01-15 | Use 'fig:' instead of '\SOH' in title to indicate figure. | John MacFarlane | 1 | -2/+2 |
2013-01-14 | Implemented Ext_implicit_figures. | John MacFarlane | 1 | -1/+2 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -1/+1 |
2013-01-06 | Don't put the text of an autolink in Code font. | John MacFarlane | 1 | -1/+1 |
2013-01-04 | MediaWiki writer: use `<code>` not `<tt>` for Code. | John MacFarlane | 1 | -1/+1 |
2012-10-04 | Remove newline after <br/> in translation of LineBreak | Brent Yorgey | 1 | -1/+1 |
2012-08-04 | Don't include empty captions in figures. | John MacFarlane | 1 | -3/+4 |
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -0/+1 |