Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Add header anchor #126

Open
zenorocha opened this issue Mar 3, 2018 · 1 comment
Open

Add header anchor #126

zenorocha opened this issue Mar 3, 2018 · 1 comment

Comments

@zenorocha
Copy link
Contributor

metaljs.com has a nice little feature of having anchors on the headers.

screen recording 2018-03-02 at 07 47 pm

This was added manually on the markdown level:

## [Alias](#alias)

On GitHub's readme, they also offer that functionally, but their markdown renderer automatically adds an anchor with ID on the headers.

screen recording 2018-03-02 at 07 50 pm

We could research if Remarkable (our Markdown renderer) has that feature and add it to our markdownOptions settings.

@justinsunho
Copy link

Here are two threads related to this issue. It looks like the feature isn't built in, and you'd have to create a separate plugin to achieve this.

jonschlinkert/remarkable#122

jonschlinkert/remarkable#284

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants