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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
1
-1
/
+2
2021-03-15
Remove an unneeded import
John MacFarlane
1
-1
/
+0
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
1
-0
/
+1
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
4
-5
/
+5
2020-12-10
HTML reader: retain attribute prefixes and avoid duplicates.
John MacFarlane
1
-7
/
+13
2020-11-27
HTML reader tests: improve test coverage of new features
Albert Krewinkel
1
-1
/
+2
2020-11-27
HTML reader: support body headers, row head columns
Albert Krewinkel
1
-41
/
+61
2020-11-26
HTML reader: improve support for table headers, footer, attributes
Albert Krewinkel
2
-66
/
+219
2020-11-26
HTML reader: allow finer grained options for tag omission
Albert Krewinkel
2
-12
/
+25
2020-11-24
HTML reader: support row or column-spanning table cells
Albert Krewinkel
1
-16
/
+18
2020-11-24
HTML reader: support blocks in caption
Albert Krewinkel
1
-5
/
+5
2020-11-24
HTML reader: extract table parsing into separate module
Albert Krewinkel
2
-0
/
+137
2020-11-23
HTML reader: extract submodules
Albert Krewinkel
3
-0
/
+331