summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
Commit message (Expand)AuthorAge
* Markdown reader: use CommonMark rules for list item nesting.John MacFarlane2017-08-19
* Markdown reader: fixed parsing of fenced code after list...John MacFarlane2017-08-18
* Markdown reader: parse `-@roe` as suppress-author citation.John MacFarlane2017-08-18
* Markdown reader: fixed spurious parsing as citation as reference def.John MacFarlane2017-08-07
* LaTeX reader: Removed 'macro'.John MacFarlane2017-07-24
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Make `east_asian_line_breaks` affect all readers/writers.John MacFarlane2017-06-30
* Require nonempty alt text for `implicit_figures`.John MacFarlane2017-06-27
* Added comment in source.John MacFarlane2017-06-23
* Markdown reader: interpret YAML metadata as Inlines when possible.John MacFarlane2017-06-23
* Text.Pandoc.Extensions: Added `Ext_raw_attribute`.John MacFarlane2017-06-23
* Removed an 'error' bomb.John MacFarlane2017-06-20
* Move CR filtering from tabFilter to the readers.John MacFarlane2017-06-20
* Separated tracing from logging.John MacFarlane2017-06-19
* Don't allow backslash + newline to affect block structure.John MacFarlane2017-06-11
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* Added eastAsianLineBreakFilter to Shared.John MacFarlane2017-05-30
* Markdown reader: use anyLineNewlineAlexander Krotov2017-05-28
* Markdown writer: changes to `--reference-links`.John MacFarlane2017-05-27
* Added `spaced_reference_links` extension.John MacFarlane2017-05-25
* Markdown reader: warn for notes defined but not used.John MacFarlane2017-05-25
* Markdown reader: fixed smart quotes after emphasis.John MacFarlane2017-05-24
* Parsing: Provide parseFromString'.John MacFarlane2017-05-24
* Markdown: allow attributes in reference links to start on next line.John MacFarlane2017-05-18
* Move anyLineNewline to Parsing.hsAlexander Krotov2017-05-17
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Combine grid table parsersAlbert Krewinkel2017-05-11
* Markdown reader: improved parsing of indented raw HTML blocks.John MacFarlane2017-05-06
* Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel2017-04-30
* 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