aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-10Docx: handle level overrides.Jesse Rosenthal1-6/+17
2018-12-10Docx: add a levelOverride type.Jesse Rosenthal1-3/+20
2018-12-10Docx writer: Make Level into a real type.Jesse Rosenthal2-4/+6
2018-11-29Man reader: use mapLeft from Shared.John MacFarlane1-6/+1
2018-11-29LaTeX reader: Support \inputminted (closes #5103).John MacFarlane1-2/+21
2018-11-25Fix parsing of citations and quotes after parentheses.John MacFarlane1-6/+2
2018-11-25MediaWiki reader internals: remove unnecessary bindingAlexander Krotov1-2/+1
2018-11-22Hlint suggestions.John MacFarlane2-3/+1
2018-11-19LaTeX reader: cleaned up handling of dimension arguments.John MacFarlane2-6/+12
2018-11-18LaTeX reader: don't allow arguments for verbatim, etc.John MacFarlane1-1/+0
2018-11-18LaTeX reader: Allow space before bracketed options.John MacFarlane1-1/+2
2018-11-18LaTeX reader: allow optional arguments after \\ in tables.John MacFarlane1-1/+2