Releases: onizet/html2openxml
Releases · onizet/html2openxml
Release 3.4.1
Features:
- Numbering list now supports
list-style-type: dash - Add support for custom bullet symbols
list-style-type: '😀'thanks to @AlexAbd1990 - Minor internal optimisations
📦 This release is a replacement of 3.4.0 after a wrong build.
Finally, I took sometimes to setup an automated pipeline for building and publishing to Nuget.org.
The pipeline uses deterministic builds, which means, one can verify the Git commit used in the package.
Couple with Microsoft.SourceLink.GitHub, that should improve debugging experience. I'm still learning...
Release 3.3.2
- Supports Greek numbering in ordered lists (upper-greek / lower-greek) #227 (thanks @AyUsH18102001)
- Fix nested table in list not filing the full width space #225
- Fix remove extra whitespace when parsing nested span #224
Release 3.3.1
Improve parsing to correctly handle spaces in css style #222 (thanks to RFlipper)