asciidoctor-html5s icon indicating copy to clipboard operation
asciidoctor-html5s copied to clipboard

[question] admonition-block inconsistency: tip & info vs others

Open koiuo opened this issue 3 years ago • 0 comments

TIP and INFO admonition blocks use <aside> as an outmost enclosing element. The other admonition blocks, CAUTION, IMPORTANT and WARNING, use <section> for the same purpose.

Both use the same CSS class, so this is not an immediate issue.

Is there a reason behind the inconsistency or is it just an oversight?

related to #20

koiuo avatar Jan 23 '22 19:01 koiuo