aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2019-01-21HTML and markdown: treat textarea as a verbatim environment.John MacFarlane1-7/+7
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane1-2/+2
2019-01-02Implement task lists (#5139)Mauro Bieg1-1/+2
2018-11-25Fix parsing of citations and quotes after parentheses.John MacFarlane1-6/+2
2018-10-14Markdown reader: Fix awkward soft break movements before abbreviations.John MacFarlane1-5/+10
2018-10-14Markdown reader: Added updateStrPos in a couple places where needed.John MacFarlane1-1/+2
2018-09-19Markdown reader: distinguish autolinks in the AST.John MacFarlane1-5/+7
2018-09-16Markdown reader: example_lists should work without startnum.John MacFarlane1-1/+3
2018-09-15introduce --metadata-file optionmb211-2/+14
2018-09-15Markdown Reader: factor out yamlMapmb211-40/+27
2018-09-15Markdown Reader: factor out yamlBsToMetamb211-4/+8
2018-09-15Markdown Reader: rename yamlToMeta to yamlToMetaValuemb211-9/+9
2018-08-15Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.John MacFarlane1-7/+3
2018-08-07Markdown reader: Properly handle boolean values in YAML metadata.John MacFarlane1-1/+12
2018-08-06Fix parsing of embedded mappings in YAML metadata.John MacFarlane1-24/+22
2018-07-30Markdown reader: allow unquoted numbers, booleans as YAML mapping keys.John MacFarlane1-26/+28
2018-07-30Use YAML.decode rather than YAML.decodeStrict.John MacFarlane1-1/+1
2018-07-15Wrap emojis in span nodes (#4759)Anders Waldenborg1-4/+4
2018-06-29Fix compiler warnings.John MacFarlane1-4/+4
2018-06-29Use HsYAML instead of yaml for translations, YAML metadata.John MacFarlane1-56/+46
2018-06-13Markdown reader: allow empty code spans.John MacFarlane1-1/+1
2018-04-21Markdown reader/writer: spacing adjustments in tables.John MacFarlane1-3/+8
2018-04-19Markdown reader: allow empty attributes.John MacFarlane1-0/+2
2018-04-18Markdown reader: handle table w/o following blank line in fenced div.John MacFarlane1-3/+14
2018-04-16Markdown reader: remove "fallback" for doubleQuote parser.John MacFarlane1-4/+3
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