aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-04Markdown reader: add newline when parsing blocks in YAML.John MacFarlane1-9/+10
2019-02-02ipynb reader: handle images referring to attachments.John MacFarlane1-1/+9
2019-01-31LaTeX reader: don't let `\egroup` match `{`.John MacFarlane1-3/+3
2019-01-30Org reader: add support for #+SELECT_TAGS.leungbk4-23/+78
2019-01-30Org reader: separate filtering logic from conversion function.leungbk2-8/+11
2019-01-25MediaWiki reader: use `_` instead of `-` in auto-identifiers.John MacFarlane1-1/+6
2019-01-24Ipynb: Put all jupyter metadata under 'jupyter' key.John MacFarlane1-1/+1
2019-01-24Revert "Prepend `jupyter_` to jupyter metadata keys."John MacFarlane1-6/+0
2019-01-24Prepend `jupyter_` to jupyter metadata keys.John MacFarlane1-0/+6
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane1-0/+249
2019-01-22LaTeX reader: support `\endinput`. Closes #5233.John MacFarlane1-0/+1
2019-01-22Man reader: fix typo. (#5245)Brian Leung1-3/+3
2019-01-21HTML and markdown: treat textarea as a verbatim environment.John MacFarlane2-8/+10
2019-01-20LaTeX reader: allow includes with dots like cc_by_4.0.John MacFarlane1-3/+5
2019-01-20LaTeX reader: cleaned up 'input' code.John MacFarlane1-10/+5