You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
I confirm that this is an issue rather than a question.
Bug report
Steps to reproduce
I prepared a reproduction repo, here is the reproduction repo:
This issue doesn't need a reproduction repro, here is the steps to reproduce
When the post title start with a number, this slug is started with underscore. for example if i have this file 2020-05-05-5-problem-solving-for-frontend-developer.md.
The slug url will be:
It's relevant to how VuePress itself generate permalink. I'll look into it when I'm free. In the meantime, you can transfer this issue to VuePress so that there're might be more people can help you.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Steps to reproduce
I prepared a reproduction repo, here is the reproduction repo:
This issue doesn't need a reproduction repro, here is the steps to reproduce
When the post title start with a number, this slug is started with underscore. for example if i have this file
2020-05-05-5-problem-solving-for-frontend-developer.md
.The slug url will be:
What is expected?
The slug is not prefixed with underscore with post title started with number:
What is actually happening?
The slug is prefixed with underscore:
Other relevant information
The text was updated successfully, but these errors were encountered: