Why is the class name forced to lowercase?

I have a Jquary plugin that uses uppercase letters in class names, but it’s inconvenient if they are converted to lowercase.

The use of lower case is just an industry norm to ensure consistency. I don’t know if you can force the use of upper and lower case within blocs, but I guess you could change the class names in the output HTML file after exporting.

1 Like

Since the plugin is Jquery, why not change the class there?

1 Like