Closed pkmnfrk closed 1 year ago
Any update on this issue? Trying to find a temporary solution but with little to no success...
This looks like a duplicate of various issues that have been opened related to ampersand encoding (see #105, #109, #110). I believe this to be fixed with the release of v3.1.0. Please reopen if you can still reproduce after upgrading.
Describe the bug Entities like
&
,>
, etc remain encoded when converting to eg object or json formats. Curiously, the quote entites ("
and'
) seem to translate fineTo Reproduce This is easy to reproduce during an interactive session:
Expected behavior I expect
&
to translate to&
,>
to translate to>
, etcVersion: