anstosa / tw5-markdown

Comprehensive Markdown plugin for TiddlyWiki
http://demo.santosa.family/#tw5-markdown
26 stars 8 forks source link

Easy Fix for IE 11 #9

Closed kleinfelter closed 6 years ago

kleinfelter commented 6 years ago

If you replace (() => { with (function() { in wrapper.js it appears to make the code work with IE 11.

Internet Explorer (all the way through version 11) does not support the use of JavaScript arrow functions. While you could certainly say "IE not supported", the trivial code change makes it usable in corporate environments where IE is commonly mandated.

kleinfelter commented 6 years ago

turns out it isn't that simple to make it work in IE