Closed prabhupb closed 1 year ago
Minimal HTML example
<div>£20</div>
Options
const options = { decodeEntities: false } const text = htmlToText('<div>£20</div>', options)
Observed output
£20
Expected output
£20
Version information
Couldn't find any option to set encoding, the closest I could find seems to be removed in favour of decodeEntities.
not a bug, its an issue with my encoding on the server side.
Minimal HTML example
Options
Observed output
Expected output
Version information
Couldn't find any option to set encoding, the closest I could find seems to be removed in favour of decodeEntities.