igumnoff / shiva

Shiva library: Implementation in Rust of a parser and generator for documents of any type
https://docs.rs/shiva
GNU General Public License v3.0
159 stars 10 forks source link

Issue1 #57

Closed takahiro6730 closed 3 months ago

takahiro6730 commented 3 months ago

feat: html.rs unite test for Header | Paragraph | List | Table | Image | Hyperlink | PageHeader | PageFooter

This is for units test for parse and generate function in html module.