<!-- Please don't delete this template or we'll close your issue --> <!-- Please use English language --> <!-- Before creating an issue please make sure you are using the latest version of Docsify. --> <!-- Please ask questions on StackOverflow: https://stackoverflow.com/questions/ask?tags=docsify --> <!-- Please ask questions on Discord: https://discord.gg/3NwKFyR --> ## Bug Report #### Steps to reproduce 1. Create a headline in your docsify project example \#\# 1. my headline 2. check the parameter of the id The URL is: `URL?id=_1-my-headline` Should be: `URL?id=1-my-headline` #### What is current behaviour The `id` is: `URL?_id=_1-my-headline` #### What is the expected behaviour The `id` should be : `URL?id=1-my-headline` There should be no underline before at the beginning.