aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-05Fix regression in beamer slide structure with certain slide levels.John MacFarlane
2020-01-05Fix revealjs slide structure regression with certain slide levels.John MacFarlane
2020-01-04Added a needed pragma.John MacFarlane
2020-01-04Add type annotations to assist ghci.John MacFarlane
2020-01-04Remove unneeded import.John MacFarlane
2020-01-04HTML writer: Add newlines to make slide show output more readable.John MacFarlane
2020-01-03PDF: fix runTeXProgram so that the input source is always overwritten.John MacFarlane
2020-01-03Org writer: remove extra spaces from table cellsAlbert Krewinkel
2020-01-01LaTeX writer: properly handle unnumbered headings level 4+.John MacFarlane
2019-12-30BCP47: change getLang so it can handle block-level contents.John MacFarlane
2019-12-27Fix parsing bug affected indented code after raw HTML.John MacFarlane
2019-12-27Add a needed try.John MacFarlane
2019-12-26Use HTTPS in copyright message (#6010)Felix Yan
2019-12-22Ensure that later default file values for `variable` replace earlier ones.John MacFarlane
2019-12-21HTML writer: more tweaks to avoid round-trip failures...John MacFarlane
2019-12-21Fix regression with --number-sections.John MacFarlane
2019-12-20Added glsl mime type for WebGL maps (#6000)Jared Lander
2019-12-20Jira writer: use jira-wiki-markup rendererAlbert Krewinkel
2019-12-19Org reader: report errors properlyAlbert Krewinkel
2019-12-19Org reader: fix parsing problem for colons in headlineAlbert Krewinkel
2019-12-18Org reader: wrap named table in div, using name as idAlbert Krewinkel
2019-12-17Add jira reader (#5913)Albert Krewinkel
2019-12-17Improved --toc generation.John MacFarlane
2019-12-17PDF: Ensure UTF8 when printing source in --verbose mode.John MacFarlane
2019-12-17Templates: strip directory before trying to find partial in data files.John MacFarlane
2019-12-17Improved makeSections so we don't get doubled attributes.John MacFarlane
2019-12-17HTML reader: Add "nav" to list of block-level tags.John MacFarlane
2019-12-13Org reader: add table labels to caption if both are presentAlbert Krewinkel
2019-12-12Change misleading module comment.John MacFarlane
2019-12-11Improved template API and fixed a bug. Closes #5979.John MacFarlane
2019-12-09More informative JSON parse error.John MacFarlane
2019-12-08Use external emojis package.John MacFarlane
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane
2019-12-05Avoid deprecation warning for minimumDef using CPP.John MacFarlane
2019-12-05Roll back part of of `--shift-heading-level-by` change.John MacFarlane
2019-12-05HTML writer: add task-list class to ul if all elements are task list items.John MacFarlane
2019-12-05Fix makeSections so it doesn't turn column divs into sections.John MacFarlane
2019-12-04Fix regression with behavior of --variable.John MacFarlane
2019-12-03Move data/emoji.json to emoji.json, add to extra-source-files.John MacFarlane
2019-11-29Add `ascii_identifiers` as a supported extension for `markdown`.John MacFarlane
2019-11-27Use `[|..|]` syntax to simplify Emoji.TH.John MacFarlane
2019-11-27Remove redundant import.John MacFarlane
2019-11-27Generate Emoji module with TH.John MacFarlane
2019-11-27LaTeX writer - hlint.John MacFarlane
2019-11-27HTML writer: hlint improvements.John MacFarlane
2019-11-27Removed useless cpp for old versions of blaze.John MacFarlane
2019-11-27Removed unneeded pragma.John MacFarlane
2019-11-26Add pdf to list of output formats (`--list-output-formats`).John MacFarlane
2019-11-25EPUB writer: Fix regression with `--css option.John MacFarlane