aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-09RST reader: change treatment of `number-lines` directives. (#5207)Brian Leung1-15/+15
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane3-11/+7
2019-01-08RST reader: handle sourcecode directive as synonynm for code.John MacFarlane1-1/+1
2019-01-07Org reader: allow for case of :minlevel == 0.John MacFarlane1-1/+3
2019-01-07Org reader: handle `minlevel` option differently. (#5190)Brian Leung1-3/+1
2019-01-07TWiki reader: fix performance issue with underscores.John MacFarlane1-1/+3
2019-01-06Add DokuWiki reader (#5108)Alexander1-0/+529
2019-01-02Implement task lists (#5139)Mauro Bieg2-3/+7
2019-01-01Org reader: fix self-link parsing regressionAlbert Krewinkel1-5/+6
2019-01-01Org reader: fix treatment of links to imagesAlbert Krewinkel2-13/+16
2019-01-01Org reader: hlintAlbert Krewinkel1-2/+2
2018-12-31Remove unused HasHeaderMap (#5175)Alexander6-34/+3
2018-12-31Replace read with safeRead (#5186)Mauro Bieg1-3/+6
2018-12-17LaTeX reader: Support `\DeclareMathOperator`.John MacFarlane1-1/+11
2018-12-17Replace read with safeRead. Closes #5162.John MacFarlane3-11/+8
2018-12-17HTML reader: handle empty start attribute.John MacFarlane1-4/+2