Open noxymon opened 7 years ago
I just download font-awesome 4.7.0 by myself
include font-awesome.min.css by link tag
var simplemde = new SimpleMDE({
element: document.getElementById("markdown-editor"),
autoDownloadFontAwesome: false
});
works for me now
@xralphack
var simplemde = new SimpleMDE({
element: document.getElementById("markdown-editor"),
autoDownloadFontAwesome: false
});
I have tried this. but the font-awesome still working. (font-awesome still loading from online. I did download and linked CSS).
Why autoDownloadFontAwesome: false
not working?
is it possible to make the editor access font-awesome locally ?