Hi, I’ve implemented code blocks into my wysiwyg markdown editor. I was wondering what would be the best approach to restricting ͼ classes, so they may only be applied to elements inside code blocks?
Many thanks,
Saul
Hi, I’ve implemented code blocks into my wysiwyg markdown editor. I was wondering what would be the best approach to restricting ͼ classes, so they may only be applied to elements inside code blocks?
Many thanks,
Saul
The editor uses generated CSS classes in a bunch of different situations, including on the top level editor element. Only using them in code blocks isn’t really something that this library provides.
Okay, thanks for the head up!