Skip to content

Conversation

@onizet
Copy link
Owner

@onizet onizet commented Apr 24, 2025

Nicolas Galy and others added 30 commits January 20, 2025 11:30
fix: PhrasingElementExpression.cs - check empty string in text element
Correct dataUriRegex to match mime types which contain '-', '+' or '.' such as 'svg+xml' or 'x-png'.
Add emf content types to knownContentType to allow data uris with embedded emf files.
Restore ConfigureAwait(false)
Whitelist more mime-types as specified IANA norm.
Support EMF file.
* Fix <figcaption> Conversion

No longer discard parsed child elements when adding figure number reference.
Change FigureCaptionExpression from inheriting PhrasingElementExpression to BlockElementExpression to support more complex <figcaption> contents.
<figcaption> can only be the first or last element of <figure>. Do not set keepnext if <figcaption> is last.
Fix table borders being removed even when the specified word table style has borders.
onizet and others added 6 commits April 14, 2025 21:08
Fix nested ordered lists which change type not restarting (e.g. nesting a lower-alpha list in a decimal list would not restart the numbering).
Added support for parsing the <ol type="1|a|A|i|I">  attribute.
@sonarqubecloud
Copy link

@onizet onizet merged commit 03b5fb1 into master Apr 24, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants