aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)Author
2017-07-24LaTeX reader: Removed 'macro'.John MacFarlane
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane
2017-06-30Make `east_asian_line_breaks` affect all readers/writers.John MacFarlane
2017-06-27Require nonempty alt text for `implicit_figures`.John MacFarlane
2017-06-23Added comment in source.John MacFarlane
2017-06-23Markdown reader: interpret YAML metadata as Inlines when possible.John MacFarlane
2017-06-23Text.Pandoc.Extensions: Added `Ext_raw_attribute`.John MacFarlane
2017-06-20Removed an 'error' bomb.John MacFarlane
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane
2017-06-19Separated tracing from logging.John MacFarlane
2017-06-11Don't allow backslash + newline to affect block structure.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-05-30Added eastAsianLineBreakFilter to Shared.John MacFarlane
2017-05-28Markdown reader: use anyLineNewlineAlexander Krotov
2017-05-27Markdown writer: changes to `--reference-links`.John MacFarlane
2017-05-25Added `spaced_reference_links` extension.John MacFarlane
2017-05-25Markdown reader: warn for notes defined but not used.John MacFarlane
2017-05-24Markdown reader: fixed smart quotes after emphasis.John MacFarlane
2017-05-24Parsing: Provide parseFromString'.John MacFarlane
2017-05-18Markdown: allow attributes in reference links to start on next line.John MacFarlane
2017-05-17Move anyLineNewline to Parsing.hsAlexander Krotov
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-05-11Combine grid table parsersAlbert Krewinkel
2017-05-06Markdown reader: improved parsing of indented raw HTML blocks.John MacFarlane
2017-04-30Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel
2017-04-06Allow raw latex commands starting with `\start` in Markdown.John MacFarlane
2017-03-22Markdown reader: allow latex macro definitions indented 1-3 spaces.John MacFarlane
2017-03-20Add `space_in_atx_header` extension.John MacFarlane
2017-03-11Markdown reader: optimized nonindentSpaces.John MacFarlane
2017-03-05Markdown reader: fixed internal header links.John MacFarlane
2017-03-05Added readerAbbreviations to ParserState.John MacFarlane
2017-03-05Markdown reader: Fixed regression on left-biased union for metadata.John MacFarlane
2017-03-05Parse YAML metadata in a context that sees footnotes...John MacFarlane
2017-03-04Markdown reader: treat span with class `smallcaps` as SmallCaps.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-03-02Markdown reader: when splitting pipe table cells, skip tex math.John MacFarlane
2017-02-17Markdown reader: Use logMessage instead of report.John MacFarlane
2017-02-11Use new warnings throughout the code base.John MacFarlane
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane
2017-01-27Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane
2017-01-25More logging-related changes.John MacFarlane
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane
2017-01-25Markdown reader: Removed readMarkdownWithWarnings [API change].John MacFarlane
2017-01-25Have warningWithPos take a SourcePos rather than Maybe SourcePos.John MacFarlane
2017-01-25Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane
2017-01-25Readers: pass errors straight up to PandocMonad.Jesse Rosenthal
2017-01-25Unify Errors.Jesse Rosenthal