Age | Commit message (Expand) | Author | Files | Lines |
2020-05-20 | Add "summary" to list of block-level HTML tags. | John MacFarlane | 1 | -1/+1 |
2020-05-05 | Avoid unnecessary guard (#6340) | Joseph C. Sible | 1 | -1/+1 |
2020-04-28 | Support new Underline element in readers and writers (#6277) | Vaibhav Sagar | 1 | -2/+2 |
2020-04-18 | HTML reader: parse attributes into table attributes. | John MacFarlane | 1 | -14/+18 |
2020-04-15 | Use the new builders, modify readers to preserve empty headers | despresc | 1 | -1/+7 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 1 | -6/+6 |
2020-04-15 | Remove the onlySimpleCellBodies function from Shared | despresc | 1 | -2/+2 |
2020-04-15 | Implement the new Table type | despresc | 1 | -8/+8 |
2020-04-11 | HTML reader: support <bdo> (#6271) | Tristan de Cacqueray | 1 | -0/+13 |
2020-04-02 | HTML reader: fix parsing unclosed th elements in a table. | John MacFarlane | 1 | -0/+1 |
2020-03-22 | Finer grained imports of Text.Pandoc.Class submodules (#6203) | Albert Krewinkel | 1 | -1/+1 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 1 | -2/+0 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 1 | -1/+1 |
2020-02-13 | A bit more cleanup (#6141) | Joseph C. Sible | 1 | -5/+4 |
2020-02-12 | HTML reader: don't parse `data-id` as `id` attribute. | John MacFarlane | 1 | -1/+9 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 1 | -3/+3 |
2020-02-03 | Swap suboptimal uses of maybe and fromMaybe (#6111) | Joseph C. Sible | 1 | -2/+2 |
2019-12-17 | HTML reader: Add "nav" to list of block-level tags. | John MacFarlane | 1 | -1/+2 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 1 | -119/+112 |
2019-11-11 | Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5... | Florian Beeres | 1 | -4/+11 |
2019-11-04 | Removed an unnecessary unpack. | John MacFarlane | 1 | -1/+1 |
2019-11-04 | HTML Reader/Writer - Add support for <var> and <samp> (#5861) | Amogh Rathore | 1 | -5/+7 |
2019-10-24 | HTML reader/writer: Better handling of <q> with cite attribute (#5837) | Ole Martin Ruud | 1 | -23/+34 |
2019-10-23 | Add Reader support for HTML <samp> element (#5843) | Amogh Rathore | 1 | -0/+9 |
2019-10-15 | Add support for reading and writing <kbd> elements | Daniele D'Orazio | 1 | -1/+9 |
2019-09-28 | Use Prelude.fail to avoid ambiguity with fail from GHC.Base. | John MacFarlane | 1 | -2/+2 |
2019-07-02 | Fix redundant constraint warnings. (#5625) | Pete Ryland | 1 | -2/+2 |
2019-05-29 | HTML reader: misc. epub related fixes. | John MacFarlane | 1 | -30/+41 |
2019-05-27 | consolidate simple-table detection (#5524) | Mauro Bieg | 1 | -7/+2 |
2019-05-25 | HTML reader: trim definition list terms | Alexander Krotov | 1 | -1/+1 |
2019-03-25 | HTML reader: read `data-foo` attribute into `foo`. | John MacFarlane | 1 | -1/+2 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2019-01-21 | HTML and markdown: treat textarea as a verbatim environment. | John MacFarlane | 1 | -1/+3 |
2018-12-31 | Remove unused HasHeaderMap (#5175) | Alexander | 1 | -6/+1 |
2018-12-17 | HTML reader: handle empty start attribute. | John MacFarlane | 1 | -4/+2 |
2018-11-16 | HTML reader: allow tfoot before body rows. | John MacFarlane | 1 | -2/+3 |
2018-11-15 | HTML reader: parse `<small>` as a Span with class "small". | John MacFarlane | 1 | -0/+4 |
2018-11-13 | HTML reader: allow thead containing a row with td rather than th. | John MacFarlane | 1 | -11/+11 |
2018-10-11 | HTML reader: fix htmlTag and isInlineTag to accept processing instructions. | John MacFarlane | 1 | -8/+10 |
2018-09-07 | HTML reader: parse `<script type="math/tex` tags as math. | John MacFarlane | 1 | -0/+12 |
2018-08-24 | HTML reader: allow enabling `raw_tex` extension. | John MacFarlane | 1 | -3/+28 |
2018-08-22 | HTML reader: extract spaces inside links instead of trimming them | Alexander Krotov | 1 | -3/+3 |
2018-07-02 | Spellcheck comments | Alexander Krotov | 1 | -2/+2 |
2018-04-05 | Changes to tests to accommodate changes in pandoc-types. | John MacFarlane | 1 | -2/+4 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-16 | Monoid/Semiground cleanup relying on custom Prelude. | John MacFarlane | 1 | -1/+1 |
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -4/+4 |
2018-01-15 | HTML reader: Fix col width parsing for percentages < 10% (#4262) | n3fariox | 1 | -3/+6 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |