Open
Description
In continue to this issue- I think the exporter should automatic convert special chars that the javascript-engine convert..
var p=document.createElement("p");
p.innerHTML='privacy policy & terms of use.';
console.log(p.innerHTML);
// Result: "privacy policy & terms of use."
Possible solutions:
- creating a fake dom - maybe it will create better results (https://github.com/andreasgal/dom.js/)
- create converter which just replace the problematic characters
- I tried to figure out which characters the javascript converting and it seems like it only convert the next chars:
& <>
- I tried to figure out which characters the javascript converting and it seems like it only convert the next chars:
Metadata
Assignees
Labels
No labels
Activity