aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2019-07-13LaTeX reader: Properly handle \providecommand and environment...John MacFarlane1-21/+30
2019-07-10RST reader: keep `name` property in `imgAttr`. (#5637)Brian Leung1-1/+1
2019-07-06Markdown reader: handle inline code more eagerly within lists. (#5628)Brian Leung1-5/+7
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland6-9/+8
2019-06-21Support epigraph command in LaTeX Reader.oquechy1-0/+8
2019-06-20Improve the parsing of frames in ODT documentsblmage4-75/+127
2019-06-18Handle the case where the "cover" meta does not link to the manifestblmage1-2/+2
2019-06-18Add support for EPUB2 covers (fix #3992)blmage1-7/+14
2019-06-09DocBook reader: Issue IgnoredElement warnings.John MacFarlane1-28/+37
2019-06-09FB2 reader: skip unknown elements rather than throwing errors.John MacFarlane1-20/+39
2019-06-08LaTeX reader: pass through unknown listings language as class.John MacFarlane1-7/+13
2019-06-04Include trailing {}s in raw latex commands.John MacFarlane1-2/+7
2019-06-04Docx reader: Add support for w:rtl (ltr annotation).John MacFarlane2-4/+19
2019-06-04Markdown reader: don't create implicit reference for empty header.John MacFarlane1-4/+7
2019-05-29HTML reader: misc. epub related fixes.John MacFarlane1-30/+41
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg1-7/+2
2019-05-25Muse reader: allow images inside link descriptionsAlexander Krotov1-5/+4
2019-05-25HTML reader: trim definition list termsAlexander Krotov1-1/+1
2019-05-13Org reader: fix planning elements in headers level 3 and higherAlbert Krewinkel1-1/+1
2019-05-13Org reader: omit, but warn about unknown export optionsAlbert Krewinkel2-4/+14
2019-05-11FB2 reader: parse notesAlexander Krotov1-3/+51
2019-05-11FB2 reader: use XML.Light.Input.parseXMLDoc to parse the root elementAlexander Krotov1-12/+11
2019-05-11Reduce the amount of state in FB2 readerAlexander Krotov1-1/+3
2019-05-11FB2 reader: use Text.XML.Light.unqual where possibleAlexander Krotov1-8/+8
2019-05-05Org reader: prefer plain symbols over math symbolsAlbert Krewinkel1-1/+1
2019-05-05Org reader: recognize emphasis after TODO/DONE keywordAlbert Krewinkel1-1/+3
2019-05-03LaTeX reader: Allow newlines in `\mintinline`.John MacFarlane1-3/+7
2019-05-01MediaWiki reader: handle multiple attributes in table row (#5471)chinapedia1-2/+2
2019-04-10LaTeX reader: add braces when resolving `\DeclareMathOperator`.John MacFarlane1-1/+2
2019-04-05Vimwiki reader: improve handling of internal links.John MacFarlane1-5/+12
2019-04-01Dokuwiki Reader fix: parse single curly brace (#5417)Mauro Bieg1-1/+1
2019-03-30ipynb reader/writer: use format 'ipynb' for raw cell where no format given.John MacFarlane1-2/+3
2019-03-28Markdown reader: fenced div takes priority over setext header.John MacFarlane1-2/+2
2019-03-28Ipynb reader: use `html` for a raw cell with no format.John MacFarlane1-1/+1
2019-03-27ipynb reader: avoid introducing spurious `.0` on integers in metadata.John MacFarlane1-1/+4
2019-03-27Drop support for ghc < 8.John MacFarlane1-3/+0
2019-03-25HTML reader: read `data-foo` attribute into `foo`.John MacFarlane1-1/+2
2019-03-14Markdown writer: be sure implicit figures work in list contexts.John MacFarlane1-11/+13
2019-03-10LaTeX reader: support `\underline`, `\ul`, `\uline` (#5359)Paul Tilley1-0/+5
2019-03-10ipynb reader: removed vestigial ReaderOptions param.John MacFarlane1-18/+16
2019-03-09ipynb reader: remove sensitivity to `raw_html`, `raw_tex` extensions.John MacFarlane1-6/+2
2019-03-09Ipynb reader/writer: better handling of cell metadata.John MacFarlane1-7/+10
2019-03-07Add inNote to Footcite and FootcitesJohn MacFarlane1-2/+2
2019-03-02JATS reader: Support fig-group block element (#5317).John MacFarlane1-1/+4
2019-03-01Remove license boilerplate.John MacFarlane51-940/+0
2019-02-28Markdown Reader: yamlToMeta respects extensions (#5276)Mauro Bieg1-3/+2
2019-02-23JATS reader: fix parsing of figures.John MacFarlane1-18/+27
2019-02-21Docx reader: Start adding comment to combine moduleJesse Rosenthal1-0/+40
2019-02-18Docx reader: Trim space inside the last inline.Jesse Rosenthal1-1/+2
2019-02-18hlint MuseAlexander Krotov1-1/+1