aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)Author
2022-02-01Docx reader: parse EN.CITE and EN.REFLIST fields.endnoteJohn MacFarlane
2022-02-01T.P.Readers.EndNote: export readEndNoteXMLReferences.John MacFarlane
2022-02-01Add endnote XML reader.John MacFarlane
2022-01-29LaTeX reader: ensure that `\raggedright` doesn't gobble an argument.John MacFarlane
2022-01-29Switch to hslua-2.1Albert Krewinkel
2022-01-25LaTeX reader: improve descItem.John MacFarlane
2022-01-23CommonMark reader: fix source position after YAML metadata.John MacFarlane
2022-01-22LaTeX reader: improve handling of newif.John MacFarlane
2022-01-21Remove retokenizing in rawLaTeXParser.John MacFarlane
2022-01-19Docx reader: parse both zotero citation and bibliography...John MacFarlane
2022-01-19Docx reader: add skeleton for parsing zotero ADDINs.John MacFarlane
2022-01-17Fix some haddock errors.John MacFarlane
2022-01-14T.P.Readers.LaTeX.Parsing: don't export totoks.John MacFarlane
2022-01-10DocBook reader: Collapse internal spaces in literal...John MacFarlane
2022-01-09Org reader: support alphabetical (fancy) listsLucas Viana
2022-01-07T.P.Readers.LaTeX.SIunitx: explicit imports.John MacFarlane
2022-01-07Fix parsing of footnotes in `--metadata-file`.John MacFarlane
2022-01-07Add LaTeX babel mappings for Guajati (gu) and Oriya (or).John MacFarlane
2022-01-07Fix typo panjabi -> punjabi.John MacFarlane
2022-01-06Org reader: support counter cookies in listsLucas Viana
2022-01-03DocBook reader: be sensitive to spacing="compact" in lists.John MacFarlane
2022-01-02Odt: Add list-headerTuong Nguyen Manh
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2022-01-01Apply some HLint suggestionsAlbert Krewinkel
2022-01-01Org reader: allow trailing spaces after key/value pairs in directivesAlbert Krewinkel
2021-12-30Docx reader: handle multiple pic elements inside a drawing.John MacFarlane
2021-12-30Docx reader: change elemToParPart to return [ParPart]John MacFarlane
2021-12-30Fix ghc 9.2.1 warnings.John MacFarlane
2021-12-28Use `splitDirectories` istead of `splitPath`.John MacFarlane
2021-12-14Org reader: parse official org-cite citations.John MacFarlane
2021-12-14Org reader: remove support for "Berkeley style" citations.John MacFarlane
2021-12-13Markdown reader: fix parsing of "bare locators"...John MacFarlane
2021-12-11Custom reader: ensure old Readers continue to workAlbert Krewinkel
2021-12-11Custom reader: pass list of sources instead of concatenated textAlbert Krewinkel
2021-12-07Revert "Markdown reader: Improve inlinesInBalancedBrackets."John MacFarlane
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane
2021-11-30Markdown reader: don't allow `^` at beginning of link or image label.John MacFarlane
2021-11-24LaTeX reader: Fix semantics of `\ref`.John MacFarlane
2021-11-24LaTeX reader: improve references.John MacFarlane
2021-11-24LaTeX reader: omit visible content for `\label{...}`.John MacFarlane
2021-11-24HTML reader: parse attributes on links and images.John MacFarlane
2021-11-23Improve detection of pipe table line widths.John MacFarlane
2021-11-21yamlBsToRefs: allow multiple YAML documents.John MacFarlane
2021-11-20Capture `alt-text` in JATS figures (#7703)Albert Krewinkel
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev
2021-11-15LaTeX reader: add rudimentary support for `\autoref` (#7693)Albert Krewinkel
2021-11-09Accept empty `--metadata-file`.John MacFarlane
2021-11-08Add `<titleabbr>` support to DocBook readerRowan Rodrik van der Molen
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane
2021-11-06Pass ReaderOptions to custom readers as second parameter.John MacFarlane