aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2017-09-16Markdown reader: added inlines, inlines1.John MacFarlane1-18/+23
2017-08-19Markdown reader: use CommonMark rules for list item nesting.John MacFarlane1-68/+61
2017-08-18Markdown reader: fixed parsing of fenced code after list...John MacFarlane1-1/+4
2017-08-18Markdown reader: parse `-@roe` as suppress-author citation.John MacFarlane1-2/+4
2017-08-07Markdown reader: fixed spurious parsing as citation as reference def.John MacFarlane1-2/+4
2017-07-24LaTeX reader: Removed 'macro'.John MacFarlane1-10/+2
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane1-9/+10
2017-06-30Make `east_asian_line_breaks` affect all readers/writers.John MacFarlane1-2/+1
2017-06-27Require nonempty alt text for `implicit_figures`.John MacFarlane1-1/+2
2017-06-23Added comment in source.John MacFarlane1-0/+3
2017-06-23Markdown reader: interpret YAML metadata as Inlines when possible.John MacFarlane1-12/+13
2017-06-23Text.Pandoc.Extensions: Added `Ext_raw_attribute`.John MacFarlane1-9/+33
2017-06-20Removed an 'error' bomb.John MacFarlane1-1/+4
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane1-1/+1
2017-06-19Separated tracing from logging.John MacFarlane1-4/+2
2017-06-11Don't allow backslash + newline to affect block structure.John MacFarlane1-3/+8
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-2/+3
2017-05-30Added eastAsianLineBreakFilter to Shared.John MacFarlane1-11/+1
2017-05-28Markdown reader: use anyLineNewlineAlexander Krotov1-4/+3
2017-05-27Markdown writer: changes to `--reference-links`.John MacFarlane1-2/+6
2017-05-25Added `spaced_reference_links` extension.John MacFarlane1-3/+5
2017-05-25Markdown reader: warn for notes defined but not used.John MacFarlane1-6/+14
2017-05-24Markdown reader: fixed smart quotes after emphasis.John MacFarlane1-5/+6
2017-05-24Parsing: Provide parseFromString'.John MacFarlane1-19/+21
2017-05-18Markdown: allow attributes in reference links to start on next line.John MacFarlane1-1/+3
2017-05-17Move anyLineNewline to Parsing.hsAlexander Krotov1-1/+1
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-05-11Combine grid table parsersAlbert Krewinkel1-83/+1
2017-05-06Markdown reader: improved parsing of indented raw HTML blocks.John MacFarlane1-1/+7
2017-04-30Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel1-4/+1
2017-04-06Allow raw latex commands starting with `\start` in Markdown.John MacFarlane1-1/+2
2017-03-22Markdown reader: allow latex macro definitions indented 1-3 spaces.John MacFarlane1-1/+8
2017-03-20Add `space_in_atx_header` extension.John MacFarlane1-0/+1
2017-03-11Markdown reader: optimized nonindentSpaces.John MacFarlane1-6/+3
2017-03-05Markdown reader: fixed internal header links.John MacFarlane1-2/+7
2017-03-05Added readerAbbreviations to ParserState.John MacFarlane1-25/+16
2017-03-05Markdown reader: Fixed regression on left-biased union for metadata.John MacFarlane1-6/+9
2017-03-05Parse YAML metadata in a context that sees footnotes...John MacFarlane1-84/+83
2017-03-04Markdown reader: treat span with class `smallcaps` as SmallCaps.John MacFarlane1-13/+18
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-49/+49
2017-03-02Markdown reader: when splitting pipe table cells, skip tex math.John MacFarlane1-1/+1
2017-02-17Markdown reader: Use logMessage instead of report.John MacFarlane1-5/+7
2017-02-11Use new warnings throughout the code base.John MacFarlane1-14/+11
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane1-0/+1
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane1-4/+0
2017-01-27Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane1-4/+4
2017-01-25More logging-related changes.John MacFarlane1-7/+3
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane1-1/+1
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane1-3/+3
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane1-9/+9