Age | Commit message (Expand) | Author | Files | Lines |
2017-03-20 | Add `space_in_atx_header` extension. | John MacFarlane | 1 | -0/+1 |
2017-03-11 | Markdown reader: optimized nonindentSpaces. | John MacFarlane | 1 | -6/+3 |
2017-03-05 | Markdown reader: fixed internal header links. | John MacFarlane | 1 | -2/+7 |
2017-03-05 | Added readerAbbreviations to ParserState. | John MacFarlane | 1 | -25/+16 |
2017-03-05 | Markdown reader: Fixed regression on left-biased union for metadata. | John MacFarlane | 1 | -6/+9 |
2017-03-05 | Parse YAML metadata in a context that sees footnotes... | John MacFarlane | 1 | -84/+83 |
2017-03-04 | Markdown reader: treat span with class `smallcaps` as SmallCaps. | John MacFarlane | 1 | -13/+18 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -49/+49 |
2017-03-02 | Markdown reader: when splitting pipe table cells, skip tex math. | John MacFarlane | 1 | -1/+1 |
2017-02-17 | Markdown reader: Use logMessage instead of report. | John MacFarlane | 1 | -5/+7 |
2017-02-11 | Use new warnings throughout the code base. | John MacFarlane | 1 | -14/+11 |
2017-02-10 | Added Text.Pandoc.Logging (exported module). | John MacFarlane | 1 | -0/+1 |
2017-02-06 | Removed --parse-raw and readerParseRaw. | John MacFarlane | 1 | -4/+0 |
2017-01-27 | Shared: rename compactify', compactify'DL -> compactify, compactifyDL. | John MacFarlane | 1 | -4/+4 |
2017-01-25 | More logging-related changes. | John MacFarlane | 1 | -7/+3 |
2017-01-25 | Changes to verbosity in writer and reader options. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Removed readerSmart and the --smart option; added Ext_smart extension. | John MacFarlane | 1 | -3/+3 |
2017-01-25 | Make Extensions a custom type instead of a Set Extension. | John MacFarlane | 1 | -9/+9 |
2017-01-25 | Markdown reader: Removed readMarkdownWithWarnings [API change]. | John MacFarlane | 1 | -10/+1 |
2017-01-25 | Have warningWithPos take a SourcePos rather than Maybe SourcePos. | John MacFarlane | 1 | -5/+5 |
2017-01-25 | Class: rename addWarning[WithPos] to warning[WithPos]. | John MacFarlane | 1 | -5/+5 |
2017-01-25 | Readers: pass errors straight up to PandocMonad. | Jesse Rosenthal | 1 | -2/+1 |
2017-01-25 | Unify Errors. | Jesse Rosenthal | 1 | -1/+2 |
2017-01-25 | Working on readers. | Jesse Rosenthal | 1 | -221/+257 |
2017-01-08 | Fixed -f markdown_github-hard_line_breaks+escaped_line_breaks. | John MacFarlane | 1 | -0/+1 |
2016-12-24 | markdown reader: disallow space between inline code and attributes (#3326) | Mauro Bieg | 1 | -2/+2 |
2016-11-16 | Small caps in Bracketed Spans (#3191) | ickc | 1 | -1/+7 |
2016-11-15 | Allow alignments to be specified in Markdown grid tables. | John MacFarlane | 1 | -17/+23 |
2016-11-05 | Markdown reader: Allow reference link labels starting with @... | John MacFarlane | 1 | -1/+2 |
2016-10-26 | Markdown Reader: add attributes for autolink (#3183) | Daniele D'Orazio | 1 | -1/+3 |
2016-10-22 | Added `angle_brackets_escapable` extension. | John MacFarlane | 1 | -0/+2 |
2016-10-13 | Parse line-oriented markup as LineBlock | Albert Krewinkel | 1 | -2/+2 |
2016-09-28 | Markdown reader: added bracket syntax for native spans. | John MacFarlane | 1 | -0/+8 |
2016-09-02 | Remove Compat.Monoid | Jesse Rosenthal | 1 | -1/+1 |
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 |