mola-T / flymd

flymd - Emacs on the fly markdown preview
GNU General Public License v3.0
134 stars 18 forks source link

For better browser compatibility #18

Open fecundf opened 6 years ago

fecundf commented 6 years ago

I'm on the Mac OSX platform, and see hour note about workarounds for non-Mozilla browsers.

Since the root of the issue is XMLHTTPRequest, how about making the "replacer" element an iframe, and using document.getElementById("replacer").src = data.replace(...); instead of loading it via jquery?