aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
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
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