This repository was archived by the owner on May 13, 2024. It is now read-only.
  
  
  
  
  
Description
Bug report
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:
http://example.com/_5-problem-solving-for-frontend-developer
What is expected?
The slug is not prefixed with underscore with post title started with number:
http://example.com/5-problem-solving-for-frontend-developer
What is actually happening?
The slug is prefixed with underscore:
http://example.com/_5-problem-solving-for-frontend-developer
Other relevant information
- @vuepress/core:  1.5.0
- @vuepress/theme-default:  1.5.0
- vuepress: ^1.5.0 => 1.5.0
- @vuepress/plugin-blog:  ^1.9.2