Follow along on Twitter @manuscriptsnews for the latest updates.

Heading Attributes

tags: headings, ids

Headings can be assigned attributes using this syntax at the end of the line containing the heading text:

{#identifier .class .class key=value key=value}

Thus, for example, the following headings will all be assigned the identifier foo:

# My heading {#foo}

## My heading ##    {#foo}

My other heading   {#foo}
----------------

Converter Compatibility

Pandoc | CommonMark (Basic) | kramdown | GitHub Flavored Markdown (GFM)
Yes x Yes x