aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/CommonMark.hs
AgeCommit message (Expand)AuthorFilesLines
2021-05-31Fix regression with commonmark/gfm yaml metdata block parsing.John MacFarlane1-5/+5
2021-05-28Support `rebase_relative_paths` for commonmark based formats.John MacFarlane1-1/+3
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-30/+40
2021-03-20Support `yaml_metadata_block` extension form commonmark, gfm.John MacFarlane1-0/+30
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-12-10Add sourcepos extension for commonmarkeJohn MacFarlane1-5/+9
2020-12-10Commonmark reader: refactor specFor, set input name to "".John MacFarlane1-2/+8
2020-10-12Commonmark reader: add pipe_table extension after defaults.John MacFarlane1-21/+22
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-1/+0
2020-07-19Add generic `attributes` extension.John MacFarlane1-4/+1
2020-07-19Use commonmark-hs to parse commonmark/gfm...John MacFarlane1-198/+43
2020-05-08Implement implicit_figures extension for commonmark reader.John MacFarlane1-1/+6
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-3/+9
2020-04-15Implement the new Table typedespresc1-8/+10
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-22/+23
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-01-02Implement task lists (#5139)Mauro Bieg1-2/+5
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane1-27/+8
2018-11-11Clean up toIdent in CommonMark reader.John MacFarlane1-8/+9
2018-07-15Wrap emojis in span nodes (#4759)Anders Waldenborg1-14/+17
2018-06-29CommonMark reader: Handle ascii_identifiers extension (#4733)Anders Waldenborg1-13/+18
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-02Revert "Commonmark reader: parse HTML as plain text if `-raw_html`."John MacFarlane1-2/+2
2018-03-02Commonmark reader: parse HTML as plain text if `-raw_html`.John MacFarlane1-2/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-11-16Introduce `HasSyntaxExtensions` typeclass (#4074)Alexander1-13/+9
2017-11-01hlintAlexander Krotov1-1/+1
2017-10-27hlint changes.John MacFarlane1-2/+2
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-27/+27
2017-10-26update years in copyrightKolen Cheung1-2/+2
2017-08-08Thread options through CommonMark reader.John MacFarlane1-81/+77
2017-08-08Support `hard_line_breaks` in CommonMark reader.John MacFarlane1-0/+7
2017-08-08CommonMark reader: support `emoji` extension.John MacFarlane1-1/+19
2017-08-08CommonMark reader: support `gfm_auto_identifiers`.John MacFarlane1-0/+31
2017-08-07CommonMark reader: make exts depend on extensions.John MacFarlane1-2/+4
2017-08-07Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane1-6/+63
2017-08-07Added gfm (GitHub-flavored CommonMark) as an input and output format.John MacFarlane1-2/+2
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-3/+3
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-6/+6
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane1-1/+1
2017-01-25Working on readers.Jesse Rosenthal1-3/+4
2015-12-29Use cmark 0.5.John MacFarlane1-4/+12
2015-12-12Modified readers to emit SoftBreak when appropriate.John MacFarlane1-1/+1
2015-08-07Updated readers, writers and README for link attributemb211-1/+1
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-1/+1