aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-13Markdown reader: fix parsing of "bare locators"...John MacFarlane1-1/+1
2021-12-07Revert "Markdown reader: Improve inlinesInBalancedBrackets."John MacFarlane1-12/+20
2021-11-30Markdown reader: don't allow `^` at beginning of link or image label.John MacFarlane1-2/+1
2021-11-23Improve detection of pipe table line widths.John MacFarlane1-14/+18
2021-11-02Markdown reader: Improve inlinesInBalancedBrackets.John MacFarlane1-20/+12
2021-10-27Switch back from HsYAML to yaml.John MacFarlane1-6/+4
2021-10-22Use simpleFigure in Readers.Aner Lucero1-14/+13
2021-10-20Markdown reader: don't parse links or bracketed spans as citations.John MacFarlane1-2/+4
2021-10-13Fix markdown parsing bug for math in bracketed spans and links.John MacFarlane1-0/+1
2021-09-17Fix linter warning.John MacFarlane1-4/+3
2021-09-16Fix code blocks using `--preserve-tabs`.John MacFarlane1-1/+7
2021-08-23Markdown reader: fix interaction of --strip-comments and listJohn MacFarlane1-1/+1
2021-08-16Fix bug in last commit due to removal of take1WhileP.John MacFarlane1-2/+2
2021-08-15Multimarkdown sub- and superscripts (#5512) (#7188)OCzarnecki1-8/+16
2021-07-06Markdown reader: don't try to read contents in self-closing HTML tag.John MacFarlane1-1/+4
2021-06-01Markdown reader: fix pipe table regression in 2.11.4.John MacFarlane1-1/+1
2021-05-29Markdown reader: in rebasePaths, check for both Windows and PosixJohn MacFarlane1-4/+5
2021-05-29In rebasePath, check for absolute paths two ways.John MacFarlane1-1/+4
2021-05-27rebase_relative_paths: leave empty paths unchanged.John MacFarlane1-1/+1
2021-05-27rebase_relative_paths extension: don't change fragment paths.John MacFarlane1-1/+2
2021-05-27Modify rebase_reference_links treatment of reference links/images.John MacFarlane1-5/+4
2021-05-27Add `rebase_relative_paths` extension.John MacFarlane1-7/+29
2021-05-13Implement curly-brace syntax for Markdown citation keys.John MacFarlane1-3/+3
2021-05-12Fix source position reporting for YAML bibliographies.John MacFarlane1-2/+0
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-22/+27
2021-04-28Smarter smart quotes.John MacFarlane1-8/+10
2021-04-18Use MetaInlines not MetaBlocks for multimarkdown metadata fields.John MacFarlane1-1/+1
2021-03-20Move yamlMetaBlock from Markdown reader to T.P.Readers.Metadata.John MacFarlane1-22/+2
2021-03-20Markdown reader: export `yamlMetaBlock`.John MacFarlane1-17/+23
2021-03-20Text.Pandoc.Parsing: remove F type synonym.John MacFarlane1-0/+2
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane1-1/+2
2021-03-17Fix regression with `tex_math_backslash` in Markdown reader.John MacFarlane1-1/+1
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane1-3/+3
2021-03-04Revert "Revert "Relax `--abbreviations` rules so that a period isn't required.John MacFarlane1-1/+1
2021-03-04Revert "Relax `--abbreviations` rules so that a period isn't required."John MacFarlane1-1/+1
2021-03-04Relax `--abbreviations` rules so that a period isn't required.John MacFarlane1-1/+1
2021-02-28Fix bug in last commit.John MacFarlane1-1/+1
2021-02-28Markdown reader efficiency improvements.John MacFarlane1-182/+208
2021-02-06Markdown reader: improved handling of mmd link attributes in references.John MacFarlane1-0/+2
2021-01-16Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"John MacFarlane1-25/+0
2021-01-16Markdown reader: support GitHub wiki's internal links (#2923) (#6458)Gautier DI FOLCO1-0/+25
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-17Markdown reader: fix regression with example list references.John MacFarlane1-1/+5
2020-11-15Markdown reader: fix detection of locators following in-text citations.John MacFarlane1-27/+30
2020-11-14Markdown reader: don't increment stateNoteNumber for example refs.John MacFarlane1-0/+12
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-1/+1
2020-10-07Raise informative errors when YAML metadata parsing fails.John MacFarlane1-2/+14
2020-10-05Fixed regresison in last commit.John MacFarlane1-1/+1
2020-10-05Add yamlToRefs, yamlBsToRefs.John MacFarlane1-2/+25
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane1-0/+1