- Fixing issue with new lines(\n) in text blocks.
- Handling text blocks with style 'display: block' as block element.
- Handling style attribute 'background' along with 'background-color' of <span> tags.
- Handling 'border', 'bgcolor' attributes of <table> tags.
- Handling tables' width with units based on settings option 'handleWidthWithUnits'.
- Added support for
tag
Update dev dependencies
- Fixing issues with empty <a> tags
- Handling relative image urls within a table
- Data loss during conversion
- Preserving color of <span> tags
- Image tags with embedded source
- Change to support esm modules.
- Add intial code which converts HTML string to the json format of knowledge document variation content. It handles the HTML tags, style attributes.