Hi,
I find that the Div element of the builder could be a very powerful tool to make proper semantic HTML when building a page/post, but the list of tags is very limited (div, section, article,aside, header, footer, figure, ul, ol, li and a):
For example, it would totally make sense to have <figcaption>
if we already have <figure>
, as the first one is commonly used nested within the second one.
Ideally, we should be able to choose among all the HTML elements. This way we could save as presets structures that are semantically correct and reuse them to edit our content in a breeze.
I place this as an improvement request but I would like to know if, in the meantime, there is a way I could modify the builder, adding more HTML elements (tags).
Thanks