summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
Commit message (Expand)AuthorAge
* Allow raw latex commands starting with `\start` in Markdown.John MacFarlane2017-04-06
* Markdown reader: allow latex macro definitions indented 1-3 spaces.John MacFarlane2017-03-22
* Add `space_in_atx_header` extension.John MacFarlane2017-03-20
* Markdown reader: optimized nonindentSpaces.John MacFarlane2017-03-11
* Markdown reader: fixed internal header links.John MacFarlane2017-03-05
* Added readerAbbreviations to ParserState.John MacFarlane2017-03-05
* Markdown reader: Fixed regression on left-biased union for metadata.John MacFarlane2017-03-05
* Parse YAML metadata in a context that sees footnotes...John MacFarlane2017-03-05
* Markdown reader: treat span with class `smallcaps` as SmallCaps.John MacFarlane2017-03-04
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Markdown reader: when splitting pipe table cells, skip tex math.John MacFarlane2017-03-02
* Markdown reader: Use logMessage instead of report.John MacFarlane2017-02-17
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10
* Removed --parse-raw and readerParseRaw.John MacFarlane2017-02-06
* Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane2017-01-27
* More logging-related changes.John MacFarlane2017-01-25
* Changes to verbosity in writer and reader options.John MacFarlane2017-01-25
* Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2017-01-25
* Make Extensions a custom type instead of a Set Extension.John MacFarlane2017-01-25
* Markdown reader: Removed readMarkdownWithWarnings [API change].John MacFarlane2017-01-25
* Have warningWithPos take a SourcePos rather than Maybe SourcePos.John MacFarlane2017-01-25
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Readers: pass errors straight up to PandocMonad.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Fixed -f markdown_github-hard_line_breaks+escaped_line_breaks.John MacFarlane2017-01-08
* markdown reader: disallow space between inline code and attributes (#3326)Mauro Bieg2016-12-24
* Small caps in Bracketed Spans (#3191)ickc2016-11-16
* Allow alignments to be specified in Markdown grid tables.John MacFarlane2016-11-15
* Markdown reader: Allow reference link labels starting with @...John MacFarlane2016-11-05
* Markdown Reader: add attributes for autolink (#3183)Daniele D'Orazio2016-10-26
* Added `angle_brackets_escapable` extension.John MacFarlane2016-10-22
* Parse line-oriented markup as LineBlockAlbert Krewinkel2016-10-13
* Markdown reader: added bracket syntax for native spans.John MacFarlane2016-09-28
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.John MacFarlane2016-04-10
* Markdown reader: Improved pipe table parsing.John MacFarlane2016-03-09
* Markdown reader: Clean up pipe table parsing.John MacFarlane2016-03-09
* Markdown reader: allow `+` separators in pipe table cells.John MacFarlane2016-03-09
* Markdown reader: don't cross line boundary parsing pipe table row.John MacFarlane2016-03-09
* Markdown reader: use htmlInBalanced for rawVerbatimBlock.John MacFarlane2016-02-21
* Markdown reader: Fixed bug with smart quotes around tex math.John MacFarlane2016-02-04
* Markdown reader: renormalize table column widths if they exceed 100%.John MacFarlane2016-01-07
* Markdown reader: fixed parsing bug with macros.John MacFarlane2015-12-19
* Implemented `east_asian_line_breaks` extension.John MacFarlane2015-12-12
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Markdown reader: parse soft break as SoftBreak.John MacFarlane2015-12-11
* Markdown reader: Improved pipe table relative widths.John MacFarlane2015-12-03
* Allow pipe tables with no body rows.John MacFarlane2015-11-24