sublime-evernote
sublime-evernote copied to clipboard
Evernote complained: can not save file with key "TreeNode"
When I trying to save my code with Evernote, I got this complain. Is this a bug? Evernote complained:
The contents of the note are not valid.
The inline HTML tag 'TreeNode' is not allowed in Evernote notes.

As the message says you cannot use arbitrary tags in raw HTML code in your markdown. Try escaping the tag with backticks ` if it was intended to be some code snippet.