doc output results in double escaping for special HTML characters

Author: nothizeCreated Feb 19, 2020Updated Feb 19, 2020

Not sure is it because the file format of doc is xml, if the json data contains any special HTML character such as &, it will be encoded as & in the final .doc output.

As a result, "&" will appear in the content of the .doc file when opening it by Microsoft Word.

I've found a workaround, that is to comment the line below:

https://github.com/hacksalot/HackMyResume/blob/master/src/renderers/handlebars-generator.js#L64