Hallo Micheal, which style plugin are you using?
The officially supported djangocms-style
(https://github.com/divio/djangocms-style) has a setting where you can
override the defaults:
DJANGOCMS_STYLE_TAGS = ['div', 'article', 'section', 'header', 'footer',
'h1', 'h2', 'h3
Is there a plan to add more semantic HTML5 elements to the "style" plugin?
My question is related to the list of HTML5 elements which are listed here:
http://www.w3schools.com/html/html5_semantic_elements.asp. Some of the them
are already part of the "style" plugin but by far not all of them.