Age | Commit message (Expand) | Author | Files | Lines |
2016-04-10 | Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces. | John MacFarlane | 1 | -19/+23 |
2016-03-09 | Markdown reader: Improved pipe table parsing. | John MacFarlane | 1 | -15/+15 |
2016-03-09 | Markdown reader: Clean up pipe table parsing. | John MacFarlane | 1 | -8/+8 |
2016-03-09 | Markdown reader: allow `+` separators in pipe table cells. | John MacFarlane | 1 | -6/+4 |
2016-03-09 | Markdown reader: don't cross line boundary parsing pipe table row. | John MacFarlane | 1 | -1/+7 |
2016-02-21 | Markdown reader: use htmlInBalanced for rawVerbatimBlock. | John MacFarlane | 1 | -7/+5 |
2016-02-04 | Markdown reader: Fixed bug with smart quotes around tex math. | John MacFarlane | 1 | -2/+2 |
2016-01-07 | Markdown reader: renormalize table column widths if they exceed 100%. | John MacFarlane | 1 | -1/+6 |
2015-12-19 | Markdown reader: fixed parsing bug with macros. | John MacFarlane | 1 | -1/+1 |
2015-12-12 | Implemented `east_asian_line_breaks` extension. | John MacFarlane | 1 | -1/+15 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -1/+1 |
2015-12-11 | Markdown reader: parse soft break as SoftBreak. | John MacFarlane | 1 | -1/+1 |
2015-12-03 | Markdown reader: Improved pipe table relative widths. | John MacFarlane | 1 | -4/+4 |
2015-11-24 | Allow pipe tables with no body rows. | John MacFarlane | 1 | -2/+3 |
2015-11-19 | Renamed link attribute extensions. | John MacFarlane | 1 | -4/+4 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -26/+31 |
2015-11-13 | Added `emoji` extension to Markdown. | John MacFarlane | 1 | -0/+17 |
2015-11-09 | Restored Text.Pandoc.Compat.Monoid. | John MacFarlane | 1 | -0/+1 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-30 | Pipe tables with long lines now get relative cell widths. | John MacFarlane | 1 | -13/+20 |
2015-10-26 | Markdown reader: improved parser for `mmd_title_block`. | John MacFarlane | 1 | -9/+8 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -3/+1 |
2015-09-25 | Markdown reader: handle 'id' and 'class' in parsing key/value attrs. | John MacFarlane | 1 | -1/+5 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -25/+30 |
2015-07-27 | Pipe tables: allow indented columns. | John MacFarlane | 1 | -1/+3 |
2015-07-25 | Merge pull request #1689 from kuribas/master | John MacFarlane | 1 | -3/+9 |
2015-07-23 | Updated tests and removed a skipSpaces.... | John MacFarlane | 1 | -1/+0 |
2015-07-23 | Markdown Reader: Skip spaces in headers | Ophir Lifshitz | 1 | -0/+2 |
2015-07-14 | Markdown reader: don't allow bare URI links or autolinks in link label. | John MacFarlane | 1 | -0/+2 |
2015-05-13 | Markdown reader: Made implicit header references case-insensitive. | John MacFarlane | 1 | -11/+23 |
2015-05-13 | Fixed regression in charsInBalancedBrackets. | John MacFarlane | 1 | -1/+2 |
2015-05-03 | Make sure a closing `</div>` doesn't get included in a defn list item. | John MacFarlane | 1 | -0/+1 |
2015-04-26 | Fixed regression with lists inside defintiion lists. | John MacFarlane | 1 | -1/+1 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-04-19 | Rewrote charsInBalancedBrackets. | John MacFarlane | 1 | -12/+15 |
2015-04-20 | MD Reader: Fix links/footnotets after citations | Nikolay Yakimov | 1 | -2/+16 |
2015-04-18 | Revert "Merge pull request #1947 from mpickering/Fmonad" | John MacFarlane | 1 | -326/+345 |
2015-04-18 | Markdown definition lists: don't require indent for first line. | John MacFarlane | 1 | -2/+4 |
2015-04-18 | MD Reader: Smart `'` after inline math | Nikolay Yakimov | 1 | -1/+2 |
2015-04-07 | Markdown Reader: eliminate common subexpressions | Julien Cretel | 1 | -2/+5 |
2015-03-28 | Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker... | John MacFarlane | 1 | -32/+40 |
2015-03-28 | Markdown Reader: Require nonempty value in mmd title block | Nikolay Yakimov | 1 | -0/+1 |
2015-03-28 | Markdown Reader: Req. " " after key in mmd title block | Nikolay Yakimov | 1 | -1/+4 |
2015-03-28 | Markdown Reader: Disable meta exts for meta values | Nikolay Yakimov | 1 | -1/+6 |
2015-03-23 | Allow pipe tables with header but no body. | John MacFarlane | 1 | -1/+1 |
2015-03-23 | Fix accidently usage of list monad instance | Matthew Pickering | 1 | -1/+1 |
2015-03-22 | Add missing import | Matthew Pickering | 1 | -1/+1 |
2015-03-22 | Factor out "returnState" into Parsing module | Matthew Pickering | 1 | -8/+1 |
2015-03-22 | HLint changes | Matthew Pickering | 1 | -82/+76 |