aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2021-12-14Org reader: remove support for "Berkeley style" citations.John MacFarlane1-145/+42
2021-12-13Markdown reader: fix parsing of "bare locators"...John MacFarlane1-1/+1
2021-12-11Custom reader: ensure old Readers continue to workAlbert Krewinkel1-16/+47
2021-12-11Custom reader: pass list of sources instead of concatenated textAlbert Krewinkel1-6/+4
2021-12-07Revert "Markdown reader: Improve inlinesInBalancedBrackets."John MacFarlane1-12/+20
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane1-9/+13
2021-11-30Markdown reader: don't allow `^` at beginning of link or image label.John MacFarlane1-2/+1
2021-11-24LaTeX reader: Fix semantics of `\ref`.John MacFarlane1-5/+3
2021-11-24LaTeX reader: improve references.John MacFarlane4-5/+27
2021-11-24LaTeX reader: omit visible content for `\label{...}`.John MacFarlane1-2/+1
2021-11-24HTML reader: parse attributes on links and images.John MacFarlane2-11/+10
2021-11-23Improve detection of pipe table line widths.John MacFarlane1-14/+18
2021-11-21yamlBsToRefs: allow multiple YAML documents.John MacFarlane1-2/+2
2021-11-20Capture `alt-text` in JATS figures (#7703)Albert Krewinkel1-2/+13
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev1-8/+16
2021-11-15LaTeX reader: add rudimentary support for `\autoref` (#7693)Albert Krewinkel1-0/+1
2021-11-09Accept empty `--metadata-file`.John MacFarlane1-0/+1
2021-11-08Add `<titleabbr>` support to DocBook readerRowan Rodrik van der Molen1-5/+12
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane1-2/+2
2021-11-06Pass ReaderOptions to custom readers as second parameter.John MacFarlane1-4/+3
2021-11-05Add interface for custom readers written in Lua. (#7671)John MacFarlane1-0/+55
2021-11-05Support for <indexterm>s when reading DocBook (#7607)Rowan Rodrik van der Molen1-4/+37
2021-11-02Markdown reader: Improve inlinesInBalancedBrackets.John MacFarlane1-20/+12
2021-11-02Docx reader: don't let first line indents trigger block quotes.John MacFarlane1-3/+2
2021-10-27Switch back from HsYAML to yaml.John MacFarlane2-116/+62
2021-10-22Org reader: allow an initial :PROPERTIES: drawer to add to metadata.John MacFarlane1-2/+10
2021-10-22Use simpleFigure in Readers.Aner Lucero6-44/+50
2021-10-20Markdown reader: don't parse links or bracketed spans as citations.John MacFarlane1-2/+4
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke1-0/+4
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke2-0/+26
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke2-115/+150
2021-10-14DocBook reader: honor linenumbering attributeSamuel Tardieu1-0/+1
2021-10-13Fix markdown parsing bug for math in bracketed spans and links.John MacFarlane1-0/+1
2021-10-11LaTeX reader: Implement siunitx v3 commands.John MacFarlane1-1/+5
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke3-53/+66
2021-10-10LaTeX reader: Properly handle `\^` followed by group closing.John MacFarlane1-3/+3
2021-09-30Docx reader: Add placeholder for word diagramEzwal2-0/+17
2021-09-23HTML reader: handle empty tbody element in table.John MacFarlane1-5/+8
2021-09-19LaTeX reader: Recognize that `\vadjust` sometimes takes "pre".John MacFarlane1-0/+7
2021-09-19Ignore (and gobble parameters of) CSLReferences environment.John MacFarlane1-0/+1
2021-09-17Fix linter warning.John MacFarlane1-4/+3
2021-09-16Fix code blocks using `--preserve-tabs`.John MacFarlane1-1/+7
2021-09-13RST reader: handle escaped colons in reference definitions.John MacFarlane1-1/+2
2021-09-10feat(ipynb reader): get cell output mime from raw_mimetype tooKolen Cheung1-1/+2
2021-09-10feat(ipynb reader): add more Jupyter's "Raw NBConvert Format"Kolen Cheung1-6/+10
2021-09-10fix!: rst mime typeKolen Cheung1-1/+1
2021-09-10Remove redundant import.John MacFarlane1-1/+1
2021-09-10Org reader: don't parse a list as first item in a list item.John MacFarlane1-1/+4
2021-09-10Ipynb reader handleData: support text/markdown (#7561)Kolen Cheung1-0/+3
2021-09-08RTF reader: support `\binN` for binary image data.John MacFarlane1-11/+22