jirutka / asciidoctor-html5s

Semantic HTML5 converter (backend) for Asciidoctor
MIT License
88 stars 10 forks source link

add closing tag thead/tbody/tfoot to for table (#17) #21

Closed ahus1 closed 3 years ago

ahus1 commented 3 years ago

This adds the closing tag thead/tbody/tfoot to for table

The test suite didn't find this case as Nokogiri seems to add missing closing tags after conversion from AsciiDoc to HTML before comparing it with the expected result.

I don't know how to change the Nokigiri behavior in asciidoctor-doctest; but I hope the PR fixes the table.

fixes #17

jirutka commented 3 years ago

Thanks!