Open th0m4s opened 2 years ago
This commit allows to give options to the BootstrapEmail constructor that will be given to the cheerio dependency for parsing the HTML file.
BootstrapEmail
Used for example to allow for the decoding of HTML entities (using the decodeEntities: true flag).
decodeEntities: true
It simply accepts another element in the 'options' object, let me know if you prefer a different implementation.
options
This commit allows to give options to the
BootstrapEmail
constructor that will be given to the cheerio dependency for parsing the HTML file.Used for example to allow for the decoding of HTML entities (using the
decodeEntities: true
flag).It simply accepts another element in the '
options
' object, let me know if you prefer a different implementation.