Skip to content

Auto-generate header id attribute from its contents #213

@eliph

Description

@eliph

Is your feature request related to a problem?

feature request

What is the feature?

Instead of having to write

h1(#header). Header

it would be more convenient if any

h1. Header

phrase was parsed as

<h1 id="header">Header</h1>.

The reason for this request is that having an id in every header tag would enable creating a table of contents much more easily

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions