Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.29k stars 533 forks source link

Markdown editor downloads FontAwesome #2714

Closed njannink closed 3 years ago

njannink commented 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 })
stsrki commented 3 years ago

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.