Age | Commit message (Expand) | Author | Files | Lines |
2020-09-13 | Fix hlint suggestions, update hlint.yaml (#6680) | Christian Despres | 2 | -2/+2 |
2020-07-01 | Org reader: respect tables-excluding export setting | Albert Krewinkel | 1 | -0/+8 |
2020-06-30 | Org reader: respect export setting disabling footnotes | Albert Krewinkel | 1 | -0/+16 |
2020-06-30 | Org reader: respect export setting which disables entities | Albert Krewinkel | 1 | -0/+6 |
2020-06-29 | Org reader: keep unknown keyword lines as raw org | Albert Krewinkel | 1 | -2/+5 |
2020-06-29 | Org reader: unify keyword handling | Albert Krewinkel | 1 | -48/+56 |
2020-06-29 | Org reader: support LATEX_HEADER_EXTRA and HTML_HEAD_EXTRA settings | Albert Krewinkel | 1 | -29/+49 |
2020-06-29 | Org reader: allow multiple #+SUBTITLE export settings | Albert Krewinkel | 1 | -0/+7 |
2020-06-28 | Org reader: read `#+INSTITUTE` values as text with markup | Albert Krewinkel | 1 | -0/+4 |
2020-06-28 | Org tests: group export settings test for Org reader | Albert Krewinkel | 1 | -74/+79 |
2020-06-28 | Org reader: update behavior of author, keywords export settings | Albert Krewinkel | 1 | -20/+35 |
2020-06-27 | Org reader: read description lines as inlines | Albert Krewinkel | 1 | -5/+17 |
2020-06-25 | Org reader: honor tex export option | Albert Krewinkel | 1 | -0/+73 |
2020-06-20 | Recognize images with uppercase extensions | Albert Krewinkel | 1 | -0/+4 |
2020-04-28 | Support new Underline element in readers and writers (#6277) | Vaibhav Sagar | 1 | -2/+1 |
2020-04-15 | Use the new builders, modify readers to preserve empty headers | despresc | 1 | -20/+36 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 1 | -4/+6 |
2020-04-15 | Implement the new Table type | despresc | 1 | -4/+4 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 13 | -13/+13 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 1 | -1/+1 |
2019-12-19 | Org reader: fix parsing problem for colons in headline | Albert Krewinkel | 1 | -0/+10 |
2019-12-18 | Org reader: wrap named table in div, using name as id | Albert Krewinkel | 1 | -0/+7 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 3 | -10/+11 |
2019-10-27 | Org reader: fix parsing of empty comment lines | Albert Krewinkel | 1 | -1/+11 |
2019-07-22 | Org reader: accept ATTR_LATEX in block attributes | Albert Krewinkel | 1 | -0/+7 |
2019-05-13 | Org reader: fix planning elements in headers level 3 and higher | Albert Krewinkel | 1 | -0/+24 |
2019-05-13 | Org reader: omit, but warn about unknown export options | Albert Krewinkel | 1 | -0/+18 |
2019-05-05 | Org reader: prefer plain symbols over math symbols | Albert Krewinkel | 1 | -3/+7 |
2019-05-05 | Org reader: recognize emphasis after TODO/DONE keyword | Albert Krewinkel | 1 | -0/+7 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 13 | -0/+143 |
2019-01-07 | Org reader: handle `minlevel` option differently. (#5190) | Brian Leung | 1 | -1/+6 |
2019-01-01 | Org reader: fix self-link parsing regression | Albert Krewinkel | 1 | -0/+4 |
2019-01-01 | Org reader: fix treatment of links to images | Albert Krewinkel | 1 | -13/+17 |
2018-09-28 | Parse empty argument array in inline src blocks. | leungbk | 1 | -0/+7 |
2018-09-06 | Org reader: respect export option `p` for planning info | Albert Krewinkel | 2 | -0/+36 |
2018-09-05 | Org reader: strip planning info from output | Albert Krewinkel | 1 | -0/+25 |
2018-07-23 | Org reader: fix parsers relying on parseFromString | Albert Krewinkel | 1 | -0/+11 |
2018-07-02 | More spellcheck | Alexander Krotov | 1 | -1/+1 |
2018-05-11 | Removed inadvertently added .orig files from repository. | John MacFarlane | 13 | -2101/+0 |
2018-04-14 | Man writer: Don't escape U+2019 as '. | John MacFarlane | 13 | -0/+2101 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 13 | -0/+26 |
2018-02-26 | Org reader tests: move citation tests to separate module | Albert Krewinkel | 2 | -167/+181 |
2018-02-21 | Org reader: allow changing emphasis syntax | Albert Krewinkel | 1 | -1/+19 |
2018-01-19 | hlint code improvements. | John MacFarlane | 7 | -58/+58 |
2017-12-28 | Text.Pandoc.Class: add insertInFileTree (API change). | John MacFarlane | 1 | -7/+2 |
2017-12-28 | Org smart test: drop superfluous import | Albert Krewinkel | 1 | -1/+1 |
2017-12-28 | Org reader: support minlevel option for includes | Albert Krewinkel | 1 | -1/+77 |
2017-12-28 | Break-up org reader test file | Albert Krewinkel | 12 | -0/+1998 |