enml-js icon indicating copy to clipboard operation
enml-js copied to clipboard

Evernote's ENML library in Javascript

Results 2 enml-js issues
Sort by recently updated
recently updated
newest added

This library does not appear to be encoding entities correctly, for example with ampersand `&`, it will only encode the first occurrence. `&&` -> `&&` `&&` -> `&&` `&&&` ->...

Hi, Thanks for your good work on this module. I think there may be a bug in the function converting the hexadecimal hash for a resource to a binary hash....