index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
HTML.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
1
-14
/
+19
2021-03-18
Rewrite a foldl1 as a foldl'.
John MacFarlane
1
-1
/
+5
2021-02-20
HTML reader: small performance tweak.
John MacFarlane
1
-9
/
+5
2021-02-20
HTML reader: small efficiency improvements.
John MacFarlane
1
-25
/
+18
2021-02-20
HTML reader: efficiency improvements.
John MacFarlane
1
-81
/
+129
2021-02-13
HTML reader: fix bad handling of empty src attribute in iframe.
John MacFarlane
1
-6
/
+12
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-12-28
HTML reader: use renderTags' from Text.Pandoc.Shared.
Albert Krewinkel
1
-25
/
+3
2020-12-10
HTML reader: pay attention to lang attributes on body.
John MacFarlane
1
-3
/
+6
2020-12-10
HTML reader: retain attribute prefixes and avoid duplicates.
John MacFarlane
1
-17
/
+11
2020-11-26
HTML reader: improve support for table headers, footer, attributes
Albert Krewinkel
1
-36
/
+4
2020-11-26
HTML reader: allow finer grained options for tag omission
Albert Krewinkel
1
-1
/
+1
2020-11-25
HTML reader: simplify list attribute handling
Albert Krewinkel
1
-18
/
+9
2020-11-24
HTML reader: support row or column-spanning table cells
Albert Krewinkel
1
-12
/
+8
2020-11-24
HTML reader: support blocks in caption
Albert Krewinkel
1
-1
/
+1
2020-11-24
HTML reader: extract table parsing into separate module
Albert Krewinkel
1
-95
/
+3
2020-11-23
HTML reader: extract submodules
Albert Krewinkel
1
-239
/
+11
2020-10-23
HTML reader: Parse contents of iframes.
John MacFarlane
1
-4
/
+17
2020-10-23
HTML reader: parse inline svg as image...
John MacFarlane
1
-0
/
+17
2020-09-19
Change deprecated Builder.isNull to null.
John MacFarlane
1
-2
/
+2
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-1
/
+1
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
[next]