Age | Commit message (Expand) | Author | Files | Lines |
2015-12-12 | FB2 writer: support SoftBreak. | John MacFarlane | 1 | -1/+2 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 28 | -78/+199 |
2015-12-11 | Markdown reader: parse soft break as SoftBreak. | John MacFarlane | 1 | -1/+1 |
2015-12-04 | Fixed Emoji character definitions. | John MacFarlane | 1 | -870/+871 |
2015-12-03 | Markdown reader: Improved pipe table relative widths. | John MacFarlane | 1 | -4/+4 |
2015-12-03 | Add support to GAP | Raniere Silva | 1 | -1/+2 |
2015-12-03 | Textile Reader: image attributes | mb21 | 1 | -2/+9 |
2015-12-02 | Parse CSS that doesn't contain the optional semicolon | mb21 | 1 | -1/+1 |
2015-12-01 | Docx writer: better handling of PDF images. | John MacFarlane | 1 | -8/+2 |
2015-11-24 | Markdown writer: use raw HTML for link/image attributes when | John MacFarlane | 1 | -2/+12 |
2015-11-24 | Allow pipe tables with no body rows. | John MacFarlane | 1 | -2/+3 |
2015-11-24 | LaTeX reader: Improved smart quote parsing. | John MacFarlane | 1 | -14/+13 |
2015-11-24 | Improved fetchItem so that C:/Blah/Blah.jpg isn't treated as URL. | John MacFarlane | 1 | -6/+19 |
2015-11-23 | LaTeX reader: Use curly quotes for unmatched `. | John MacFarlane | 1 | -1/+8 |
2015-11-23 | Beamer writer: mark frame as fragile when it contains verbatim. | John MacFarlane | 1 | -5/+1 |
2015-11-23 | AsciiDoc writer: Fixed code blocks. | John MacFarlane | 1 | -7/+6 |
2015-11-23 | Define a `meta-json` variable for all writers. | John MacFarlane | 2 | -3/+6 |
2015-11-23 | Docx Reader: Remove DummyListItem type | Jesse Rosenthal | 2 | -12/+7 |
2015-11-22 | hlint fixes | John MacFarlane | 1 | -1/+1 |
2015-11-22 | hlint fixes | John MacFarlane | 1 | -12/+13 |
2015-11-22 | hlint changes | John MacFarlane | 1 | -3/+1 |
2015-11-22 | hlint fixes. | John MacFarlane | 1 | -3/+1 |
2015-11-21 | ImageSize: use safeRead instead of readMaybe. | John MacFarlane | 1 | -2/+1 |
2015-11-19 | Renamed link attribute extensions. | John MacFarlane | 3 | -10/+10 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 38 | -344/+728 |
2015-11-19 | Merge pull request #2532 from michaelbeaumont/fix-2530 | John MacFarlane | 1 | -5/+3 |
2015-11-19 | Merge pull request #2506 from adunning/patch-1 | John MacFarlane | 1 | -3/+0 |
2015-11-19 | Rationalized behavior of --no-tex-ligatures and --smart. | John MacFarlane | 1 | -9/+15 |
2015-11-18 | Docx reader: Clean up commented-out function | Jesse Rosenthal | 1 | -7/+0 |
2015-11-18 | Docx reader: Handle dummy list items. | Jesse Rosenthal | 2 | -6/+15 |
2015-11-16 | Haddock writer: omit formatting inside links. | John MacFarlane | 1 | -2/+2 |
2015-11-16 | Textile reader: skip over attribute in image source. | John MacFarlane | 1 | -0/+1 |
2015-11-16 | ICML writer: better handling of math. | John MacFarlane | 1 | -1/+3 |
2015-11-16 | HTML writer: Include `example` class for example lists. | John MacFarlane | 1 | -0/+3 |
2015-11-15 | Docx writer: insert space between footnote ref and footnote. | John MacFarlane | 1 | -2/+2 |
2015-11-14 | Derive Generic instances for types in Text.Pandoc.Options. | John MacFarlane | 1 | -10/+11 |
2015-11-14 | Allow more customization of opendocument styles. | John MacFarlane | 1 | -2/+1 |
2015-11-15 | Interpret pauses correctly for all headers | michaelbeaumont | 1 | -5/+3 |
2015-11-14 | Follow relationships correctly in foot/endnotes. | Jesse Rosenthal | 1 | -27/+40 |
2015-11-13 | Text.Pandoc.Emoji: use hex escapes instead of Unicode in source. | John MacFarlane | 1 | -870/+870 |
2015-11-13 | Merge pull request #2526 from tarleb/org-definition-lists-fix | John MacFarlane | 1 | -1/+4 |
2015-11-13 | Org reader: Require whitespace around def list markers | Albert Krewinkel | 1 | -1/+4 |
2015-11-13 | Merge pull request #2525 from tarleb/org-smart-fixes | John MacFarlane | 1 | -4/+9 |
2015-11-13 | Added `emoji` extension to Markdown. | John MacFarlane | 3 | -0/+924 |
2015-11-13 | Org reader: Fix emphasis rules for smart parsing | Albert Krewinkel | 1 | -4/+9 |
2015-11-13 | Allow `://` in citation keys. | John MacFarlane | 1 | -1/+2 |
2015-11-12 | EPUB writer: don't download linked media when `data-external` attribute set. | John MacFarlane | 1 | -1/+2 |
2015-11-12 | LaTeX writer: set `colorlinks`... | John MacFarlane | 1 | -1/+4 |
2015-11-09 | Fixed shadowing error. | John MacFarlane | 1 | -3/+3 |
2015-11-09 | Restored Text.Pandoc.Compat.Monoid. | John MacFarlane | 20 | -4/+36 |