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