-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
If I create a flask object with an empty language
const flask = new CodeFlask('#my-selector', { language: '' });
and then set the language
flask.updateLanguage('js');
it works incorrectly, because the HTML element has 2 classes language-html
and language-js
.
It's would be useful to support an empty language to disable coloring.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels