retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.06k stars 204 forks source link

Anchors are broken when there are 2 header with the same label and the label includes an emoji #631

Open patricklafrance opened 1 year ago

patricklafrance commented 1 year ago

In the same page, I have the same header twice: ### Try it :rocket:

The page structure is similar to the following:

# Page title

## Section 1

### Add new files

### Try it :rocket:

## Section 2

### Add new files

### Try it :rocket:

The anchors generated for "Add new files" are working fine:

add_new_files

However, the anchors for "Try it :rocket:" are not working (the whole scrolling behavior is broken after the first click on "Try it"):

try_it

Thank you,

Patrick