bool headingAttributes
read-only

Allows headings to have arbitrary extended attributes.

# Heading 1 {#someId}

Heading 2 {.someClass}
-------------------

This will be rendered in html as

<h1 id="someId">Heading 1</h1>
<h2 class="someClass">Heading 2</h2>