aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-02-14Fixes: group biblatex citations even with prefix and suffix (#6058)Ethan Riley1-25/+42
2020-02-13A bit more cleanup (#6141)Joseph C. Sible5-34/+32
2020-02-13Add highlight directive to the rST reader (#6140)Lucas Escot2-4/+13
2020-02-12Add Text.Pandoc.Image with unexported svgToPng.John MacFarlane1-0/+40
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel3-42/+107
2020-02-12LaTeX reader: improve caption and label parsing.John MacFarlane2-23/+36
2020-02-12HTML reader: don't parse `data-id` as `id` attribute.John MacFarlane1-1/+9
2020-02-12Moved html5Attributes, html4Attributes, rdfaAttributes...John MacFarlane2-348/+354
2020-02-11LaTeX reader: resolve `\ref` to table numbers.John MacFarlane2-25/+43
2020-02-10Fix spurious dots in markdown_mmd metadata outputJohn MacFarlane1-1/+1
2020-02-08Org reader: simplify parsing of sub- and superscriptsAlbert Krewinkel1-11/+11
2020-02-08reveal.js: ensure that pauses work even in title slides.John MacFarlane1-4/+6
2020-02-08Factor out a findM function (#6125)Joseph C. Sible3-18/+13
2020-02-08Use <$> instead of >>= and return (#6128)Joseph C. Sible1-1/+1
2020-02-08Clean up after "hlint --refactor" (#6129)Joseph C. Sible3-8/+7
2020-02-08More cleanup (#6130)Joseph C. Sible2-8/+7
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane40-222/+187
2020-02-07Resolve HLint warningsAlbert Krewinkel42-177/+156
2020-02-07More in-depth refactoring and cleanup (#6123)Joseph C. Sible8-44/+40
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible15-63/+56
2020-02-06Use traverse instead of reimplementing it (#6124)Joseph C. Sible2-8/+3
2020-02-05Simplify an overcomplicated filtering function (#6115)Joseph C. Sible1-1/+1
2020-02-05Fix --number-offset with HTML TOC.John MacFarlane1-10/+19
2020-02-05MediaWiki writer: prevent triple `[[[`.John MacFarlane1-1/+11
2020-02-05LaTeX reader: skip comments in more places where this is needed.John MacFarlane2-19/+21
2020-02-04Remove our bool function (#6116)Joseph C. Sible2-9/+1
2020-02-04Add timing info for filters in `--verbose` mode.John MacFarlane2-5/+30
2020-02-03Allow & in LaTeX citation keys.John MacFarlane1-1/+1
2020-02-03Swap suboptimal uses of maybe and fromMaybe (#6111)Joseph C. Sible5-13/+13
2020-02-03Fix duplicate frame classes in LaTeX/Beamer output.John MacFarlane1-2/+2
2020-02-03Clean up overcomplicated maybe logic (#6105)Joseph C. Sible1-8/+6
2020-02-03Clean up a confusing triple negative (#6102)Joseph C. Sible1-5/+5
2020-02-01Text.Pandoc.Readers.CSV - reuse CSV parser from Text.Pandoc.CSV.John MacFarlane1-65/+5
2020-02-01Fix bug in Text.Pandoc.CSV.John MacFarlane1-4/+4
2020-01-31Support 'bibliography' and 'csl' fields in defaults file.John MacFarlane2-24/+42
2020-01-31csv reader: allow empty cells.John MacFarlane1-7/+5
2020-01-31Add Text.Pandoc.Readers.CSV (readCSV).John MacFarlane3-0/+112
2020-01-28Added a try that was needed for the commit fc78be1.John MacFarlane1-1/+1
2020-01-19Docx writer: fix regression with Compact style on tight lists. (#6073)John MacFarlane1-1/+9
2020-01-15Lua filters: allow filtering of element lists (#6040)Albert Krewinkel3-29/+114
2020-01-12HTML writer: fix duplicate attributes on headings.John MacFarlane1-9/+10
2020-01-10LaTeX reader: allow beamer overlays for all commands in all raw tex.John MacFarlane1-10/+10
2020-01-08Change setVariable to use Text instead of String.John MacFarlane2-21/+20
2020-01-08LaTeX reader: improve parsing of raw environments.John MacFarlane1-1/+1
2020-01-07Jira writer: fix output of table headersAlbert Krewinkel1-4/+4
2020-01-07Fix regression in handling of columns in beamer slides.John MacFarlane1-5/+6
2020-01-07Reveal.js writer: restore old behavior for 2D nesting.John MacFarlane1-11/+17
2020-01-05Fix regression in beamer slide structure with certain slide levels.John MacFarlane1-8/+17
2020-01-05Fix revealjs slide structure regression with certain slide levels.John MacFarlane1-6/+8
2020-01-04Added a needed pragma.John MacFarlane1-0/+1