文章目录

issue

MWeb发布笔记到印象笔记,提示:Error Domain=com.evernote.sdk Code=11 “Content of submitted note was malformed” UserInfo={NSLocalizedDescription=Content of submitted note was malformed, parameter=An invalid XML character (Unicode: 0xb) was found in the element content of the document.}
MWeb发布笔记到印象笔记,提示“Content of submitted note was malformed”_其他

solution

将文档完全拷贝到高级编译器中,如,这里拷贝到sublime,查找提示的字符,删除该字符即可解决。

这里将md文件放到sublime中,看到了0xb字符,删除后问题解决。
MWeb发布笔记到印象笔记,提示“Content of submitted note was malformed”_其他_02

参考