aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-17hlint fixes.John MacFarlane1-1/+1
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-1/+0
2018-03-13Require pandoc-types 1.17.4.John MacFarlane1-1/+1
2018-01-20Markdown reader: Fix parsing bug with nested fenced divs.John MacFarlane1-2/+0
2018-01-19hlint code improvements.John MacFarlane1-30/+28
2018-01-17Markdown reader: don't coalesce adjacent raw LaTeX blocks...John MacFarlane1-3/+9
2018-01-14Markdown reader: Improved inlinesInBalancedBrackets.John MacFarlane1-13/+21
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2018-01-01Markdown reader: rewrite inlinesInBalancedBrackets.John MacFarlane1-19/+13
2017-12-30Markdown reader: Avoid parsing raw tex unless \ + letter seen.John MacFarlane1-1/+2
2017-12-22`latex_macros` extension changes.John MacFarlane1-3/+7
2017-12-22Markdown reader: improved raw tex parsing.John MacFarlane1-6/+9
2017-12-14Markdown reader: be pickier about table captions.John MacFarlane1-1/+1
2017-12-13Markdown reader: always use four space rule for example lists.John MacFarlane1-9/+16
2017-12-12Markdown: Improved computation of relative cell widths in pipe tables.John MacFarlane1-1/+1
2017-12-12Pipe tables: use full text width for tables with wrapping cells.John MacFarlane1-2/+2
2017-12-04Markdown reader: Don't parse native div as table caption.John MacFarlane1-1/+1
2017-11-11Fixed YAML metadata with "chomp" (`|-`).John MacFarlane1-2/+2
2017-11-09Allow fenced code blocks to be indented 1-3 spaces.John MacFarlane1-2/+6
2017-11-02hlintAlexander Krotov1-11/+11
2017-10-31Markdown reader: make sure fenced div closers work in lists.John MacFarlane1-3/+11
2017-10-29More hlint fixes.John MacFarlane1-2/+2
2017-10-27hlint suggestions.John MacFarlane1-37/+33
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-5/+4
2017-10-24Fenced divs: ensure that paragraph at end doesn't become Plain.John MacFarlane1-4/+9
2017-10-23Implemented fenced Divs.John MacFarlane1-0/+28
2017-10-02Markdown reader: Fixed bug with indented code following raw LaTeX.John MacFarlane1-1/+1
2017-09-17Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`.John MacFarlane1-1/+3
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