yzhou88

Results 3 issues of yzhou88

When compiling, I see the following error: ./node_modules/summernote/dist/summernote-bs5.min.js Cannot find file: 'jquery.js' does not match the corresponding name on disk: './node_modules/jQuery/dist/jquery'. I am using Mac. Looks like this is a...

Rendering `` Gives this result: `` Please try it in the playground. [Playground](https://probablyup.com/markdown-to-jsx/)

Test code: ``` var json2xml = require("json2xml") json2xml({ a: 1, attr: { b: 'a&b' } }, { attributes_key: 'attr' }); ``` Result: `1` Where **a&b** should be: **a&b**