aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2020-09-19Change deprecated Builder.isNull to null.John MacFarlane1-2/+2
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-6/+6
2020-06-29Clean up T.P.R.MetadataNikolay Yakimov1-5/+2
2020-06-29Handle errors in yamlToMetaNikolay Yakimov1-3/+1
2020-06-29Unify defaults and markdown metadata parsersNikolay Yakimov1-2/+5
2020-06-28Remove obsolete RelaxedPolyRec extension (#6487)Nikolay Yakimov1-1/+0
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-2/+13
2020-04-15Markdown reader: Remove unnecessary qualificationdespresc1-8/+8
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-11/+21
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-2/+2
2020-04-15Implement the new Table typedespresc1-1/+4
2020-04-15Markdown Reader: Fix inline code in lists (#6284)Nikolay Yakimov1-6/+11
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible1-2/+2
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-21Fix table alignment when heading begins with t.John MacFarlane1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-7/+6
2019-12-27Fix parsing bug affected indented code after raw HTML.John MacFarlane1-8/+10
2019-12-27Add a needed try.John MacFarlane1-2/+3
2019-11-24Add unexported Text.Pandoc.Readers.Metadata.John MacFarlane1-104/+21
2019-11-14Markdown reader: use take1WhileP for table row.John MacFarlane1-1/+1
2019-11-14Markdown reader: Use take1WhileP for str.John MacFarlane1-1/+3
2019-11-13Fix regression introduced by last commit.John MacFarlane1-1/+2
2019-11-13Markdown reader: don't parse footnote body unless extension enabled.John MacFarlane1-18/+20
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-211/+215
2019-11-11Markdown reader: fix small super/subscript issue.John MacFarlane1-2/+6
2019-09-28Use throwError instead of fail when appropriate.John MacFarlane1-2/+3
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane1-2/+2
2019-09-22Use HsYAML-0.2.0.0John MacFarlane1-11/+12
2019-08-27Markdown reader: Headers: don't parse content over newline boundary.John MacFarlane1-4/+15
2019-08-14Removed some needless lookaheads in Markdown reader.John MacFarlane1-2/+0
2019-07-06Markdown reader: handle inline code more eagerly within lists. (#5628)Brian Leung1-5/+7
2019-06-04Markdown reader: don't create implicit reference for empty header.John MacFarlane1-4/+7
2019-03-28Markdown reader: fenced div takes priority over setext header.John MacFarlane1-2/+2
2019-03-14Markdown writer: be sure implicit figures work in list contexts.John MacFarlane1-11/+13
2019-03-01Remove license boilerplate.John MacFarlane1-19/+0
2019-02-28Markdown Reader: yamlToMeta respects extensions (#5276)Mauro Bieg1-3/+2
2019-02-15Markdown reader: fix bug parsing fenced code blocks.John MacFarlane1-2/+3
2019-02-08Make --metadata-file use pandoc-markdown (#5279)Mauro Bieg1-1/+2
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-02-04Markdown reader: add newline when parsing blocks in YAML.John MacFarlane1-9/+10
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