aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-20Jira writer: use jira-wiki-markup rendererAlbert Krewinkel1-266/+222
2019-12-19Org reader: report errors properlyAlbert Krewinkel1-2/+1
2019-12-19Org reader: fix parsing problem for colons in headlineAlbert Krewinkel2-11/+27
2019-12-18Org reader: wrap named table in div, using name as idAlbert Krewinkel1-12/+10
2019-12-17Add jira reader (#5913)Albert Krewinkel2-0/+176
2019-12-17Improved --toc generation.John MacFarlane3-9/+5
2019-12-17PDF: Ensure UTF8 when printing source in --verbose mode.John MacFarlane1-1/+1
2019-12-17Templates: strip directory before trying to find partial in data files.John MacFarlane1-3/+4
2019-12-17Improved makeSections so we don't get doubled attributes.John MacFarlane2-14/+19
2019-12-17HTML reader: Add "nav" to list of block-level tags.John MacFarlane1-1/+2
2019-12-13Org reader: add table labels to caption if both are presentAlbert Krewinkel1-3/+11
2019-12-12Change misleading module comment.John MacFarlane1-1/+1
2019-12-11Improved template API and fixed a bug. Closes #5979.John MacFarlane3-43/+65
2019-12-09More informative JSON parse error.John MacFarlane1-1/+1
2019-12-08Use external emojis package.John MacFarlane2-47/+7
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane1-6/+6
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane1-3/+3
2019-12-05Avoid deprecation warning for minimumDef using CPP.John MacFarlane1-1/+6
2019-12-05Roll back part of of `--shift-heading-level-by` change.John MacFarlane1-6/+0
2019-12-05HTML writer: add task-list class to ul if all elements are task list items.John MacFarlane1-1/+10
2019-12-05Fix makeSections so it doesn't turn column divs into sections.John MacFarlane1-1/+3
2019-12-04Fix regression with behavior of --variable.John MacFarlane1-2/+8
2019-12-03Move data/emoji.json to emoji.json, add to extra-source-files.John MacFarlane1-1/+1
2019-11-29Add `ascii_identifiers` as a supported extension for `markdown`.John MacFarlane1-27/+25
2019-11-27Use `[|..|]` syntax to simplify Emoji.TH.John MacFarlane1-6/+6