Hayden Linder
Hayden Linder
Did you find a solution?
After reading this comment https://github.com/showdownjs/showdown/issues/400#issuecomment-307668667 I see that it escapes angle brackets by design. I added a plugin to unescape them like so: ```js const showdown = require('showdown'); unescapeAngleBrackets: [...
I was able to fix this on web by going into ```/node_modules/three/jsm/loders/GLTFLoader``` and just before ```javascript new Blob( [ bufferView ] , ... ) ``` do this ```javascript var ar...
@XHMM the diff you provided is not valid anymore. Could you show where you changed the code?
Same issue here. Dependencies are expecting Composer 1.0.0 but Composer is past 2.0.0 now. Tried dropping down to Composer 1.0.0 and tried again but then I get this error. ![Screen...