Closed njannink closed 3 years ago
The new markdown editor automatically downloads FontAwesome package even though I use the material icons.
The following needs to be turned off or configurable:
new EasyMDE({ autoDownloadFontAwesome: false })
That means we will need to change the API if we would make it configurable. And we cannot disable it because in that case, it will not work for other people.
Best to do it in 0.9.5.
The new markdown editor automatically downloads FontAwesome package even though I use the material icons.
The following needs to be turned off or configurable: