aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-18Muse reader: add secondary note supportAlexander Krotov1-5/+11
2019-02-15Markdown reader: fix bug parsing fenced code blocks.John MacFarlane1-2/+3
2019-02-15JATS reader: handle citations with multiple references.John MacFarlane1-7/+10
2019-02-12Docx reader: unwrap sdt elements in footnotes and comments.Jesse Rosenthal1-3/+3
2019-02-11Remove redundant import.John MacFarlane1-1/+0
2019-02-10ipynb writer: keep plain text fallbacks in output...John MacFarlane1-26/+14
2019-02-08Make --metadata-file use pandoc-markdown (#5279)Mauro Bieg1-1/+2
2019-02-08Docx reader: fix paths in archive to prevent Windows failureJesse Rosenthal1-1/+6
2019-02-07Revert "Docx reader: Fix windows error"Jesse Rosenthal1-2/+1
2019-02-07Docx reader: Fix windows errorJesse Rosenthal1-1/+2
2019-02-07Docx reader: Some code cleanupJesse Rosenthal1-15/+25
2019-02-07Docx reader: Extend dynamic xml location to detecting relationshipsJesse Rosenthal1-12/+19
2019-02-06Docx reader: Dynamically determine document.xml path.Jesse Rosenthal1-3/+12
2019-02-06Handle Word files generated by Microsoft Word Online.John MacFarlane1-0/+2
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel38-70/+107