aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Org reader: restructure output of captioned code blocksAlbert Krewinkel1-14/+12
2020-12-30Mediawiki reader: allow space around storng/emph delimiters.John MacFarlane1-6/+4
2020-12-30Hlint fixesJohn MacFarlane1-1/+1
2020-12-28HTML reader: use renderTags' from Text.Pandoc.Shared.Albert Krewinkel1-25/+3
2020-12-10HTML reader: pay attention to lang attributes on body.John MacFarlane1-3/+6
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane2-24/+24
2020-12-10Add sourcepos extension for commonmarkeJohn MacFarlane1-5/+9
2020-12-10Commonmark reader: refactor specFor, set input name to "".John MacFarlane1-2/+8
2020-12-07Dokuwiki reader: handle unknown interwiki links better.John MacFarlane1-1/+1
2020-12-05Org reader: preserve targets of spurious linksAlbert Krewinkel1-5/+4
2020-12-05LaTeX reader: don't apply theorem default styling to a figure inside.John MacFarlane1-0/+1
2020-11-29LaTeX reader: don't parse `\rule` with width 0 as horizontal rule.John MacFarlane1-1/+11
2020-11-28Fix a tiny Typo in the CSV reader moduleTassos Manganaris1-1/+1
2020-11-27HTML reader tests: improve test coverage of new featuresAlbert Krewinkel1-1/+2
2020-11-27HTML reader: support body headers, row head columnsAlbert Krewinkel1-41/+61
2020-11-26LaTeX reader: preserve center environment (#6852)Igor Pashev1-1/+1
2020-11-26HTML reader: improve support for table headers, footer, attributesAlbert Krewinkel3-102/+223
2020-11-26HTML reader: allow finer grained options for tag omissionAlbert Krewinkel3-13/+26
2020-11-25HTML reader: simplify list attribute handlingAlbert Krewinkel1-18/+9
2020-11-24HTML reader: support row or column-spanning table cellsAlbert Krewinkel2-28/+26
2020-11-24HTML reader: support blocks in captionAlbert Krewinkel2-6/+6
2020-11-24HTML reader: extract table parsing into separate moduleAlbert Krewinkel3-95/+140
2020-11-23HTML reader: extract submodulesAlbert Krewinkel4-239/+342
2020-11-22Org reader: parse `#+LANGUAGE` into `lang` metadata fieldAlbert Krewinkel1-0/+2
2020-11-21LaTeX reader: more robust parsing of bracketed options.John MacFarlane1-3/+8
2020-11-20DocBook reader: Table text width support (#6791)Nils Carlson1-2/+12
2020-11-20Improve LaTeX option parsing...John MacFarlane1-1/+3
2020-11-19DocBook reader: drop period in formalpara title...John MacFarlane1-2/+2
2020-11-18Man reader: improve handling of .IP.John MacFarlane1-5/+19
2020-11-18Replace org #+KEYWORDS with #+keywordsTEC1-11/+11
2020-11-17Bibtex reader: fall back on en-US if locale for LANG not found.John MacFarlane1-1/+4
2020-11-17Markdown reader: fix regression with example list references.John MacFarlane1-1/+5
2020-11-16Move getNextNumber from Readers.LaTeX to Readers.LaTeX.Parsing.John MacFarlane2-26/+26
2020-11-16Improve fix to siunitx numbers with minus.John MacFarlane1-1/+1
2020-11-16LaTeX reader: Fix negative numbers in siunitx commands.John MacFarlane1-2/+4
2020-11-15Markdown reader: fix detection of locators following in-text citations.John MacFarlane1-27/+30
2020-11-14Markdown reader: don't increment stateNoteNumber for example refs.John MacFarlane1-0/+12
2020-11-10Remove redundant bracket.John MacFarlane1-1/+1
2020-11-10Fix corner case in YAML metadata parsing.John MacFarlane1-1/+4
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel10-20/+15
2020-11-05LaTeX reader: better handling of `\\` inside math in table cells.John MacFarlane1-0/+2
2020-11-03Properly support optional cite argument for `\blockquote`.John MacFarlane1-7/+8
2020-11-02LaTeX reader: fix bug parsing macro arguments.John MacFarlane1-1/+5
2020-10-26DocBook Reader: fix duplicate bibliography bug (#6773)Nils Carlson1-5/+4
2020-10-23HTML reader: Parse contents of iframes.John MacFarlane1-4/+17
2020-10-23HTML reader: parse inline svg as image...John MacFarlane1-0/+17
2020-10-16DocBook reader: bibliomisc and anchor support (#6754)Nils Carlson1-3/+11
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel3-3/+3
2020-10-13LaTeX reader: support more acronym commands.John MacFarlane1-0/+10
2020-10-12Commonmark reader: add pipe_table extension after defaults.John MacFarlane1-21/+22