You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: