bump: 3.5.1
This commit is contained in:
parent
594299ffbd
commit
7209b82982
4 changed files with 6 additions and 3 deletions
|
|
@ -386,7 +386,7 @@ function toURL (path, params) {
|
|||
|
||||
route.query = merge({}, route.query, params);
|
||||
path = route.path + stringifyQuery(route.query);
|
||||
path = path.replace(/\.md/g, '');
|
||||
path = path.replace(/\.md(\?)|\.md$/, '$1');
|
||||
|
||||
return cleanPath('#/' + path)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue