aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-04Add type annotations to assist ghci.John MacFarlane4-7/+13
2020-01-04Remove unneeded import.John MacFarlane1-1/+1
2020-01-04HTML writer: Add newlines to make slide show output more readable.John MacFarlane1-6/+8
2020-01-03PDF: fix runTeXProgram so that the input source is always overwritten.John MacFarlane1-22/+23
2020-01-03Org writer: remove extra spaces from table cellsAlbert Krewinkel1-1/+1
2020-01-01LaTeX writer: properly handle unnumbered headings level 4+.John MacFarlane1-1/+1
2019-12-30BCP47: change getLang so it can handle block-level contents.John MacFarlane1-3/+5
2019-12-27Fix parsing bug affected indented code after raw HTML.John MacFarlane1-8/+10
2019-12-27Add a needed try.John MacFarlane1-2/+3
2019-12-26Use HTTPS in copyright message (#6010)Felix Yan1-1/+1
2019-12-22Ensure that later default file values for `variable` replace earlier ones.John MacFarlane1-1/+3
2019-12-21HTML writer: more tweaks to avoid round-trip failures...John MacFarlane1-2/+5
2019-12-21Fix regression with --number-sections.John MacFarlane1-2/+1
2019-12-20Added glsl mime type for WebGL maps (#6000)Jared Lander1-0/+1