index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
html-reader.native
Age
Commit message (
Expand
)
Author
2020-11-27
HTML reader tests: improve test coverage of new features
Albert Krewinkel
2020-11-27
HTML reader: support body headers, row head columns
Albert Krewinkel
2020-11-26
HTML reader: improve support for table headers, footer, attributes
Albert Krewinkel
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
2020-04-15
Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors
despresc
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-04-15
Implement the new Table type
despresc
2019-10-24
HTML reader/writer: Better handling of <q> with cite attribute (#5837)
Ole Martin Ruud
2019-05-27
consolidate simple-table detection (#5524)
Mauro Bieg
2017-10-27
Consistent underline for Readers (#2270)
hftf
2017-08-20
Use pandoc-types 1.17.1. Tests updated for new simpleTable behavior...
John MacFarlane
2017-02-04
Moved tests/ -> test/.
John MacFarlane