Closed
Description
Bug Report
Steps to reproduce
Hi
I am trying to use alias to resolve the files in other repo. While doing that I need to add to token to get access.
'/changlog':'https://some/raw/url/README.md?token=Mytoken,
When I try to have the above alias, the value is getting resolved to https://some/raw/url/README.md?token= Mytoken.md.
The result is suffixing with ".md" .
Please help me resolve this issue.
What is current behaviour
https://some/raw/url/README.md?token= Mytoken.md
.md gets appended at the end of token url while using alias
What is the expected behaviour
https://some/raw/url/README.md?token= Mytoken
Other relevant information
-
Bug does still occur when all/other plugins are disabled?
-
Your OS:
-
Node.js version:
-
npm/yarn version:
-
Browser version:
-
Docsify version:
-
Docsify plugins:
Please create a reproducible sandbox
Here are files to reproduce the issue
test with vs code
Mention the docsify version in which this bug was not present (if any)
Metadata
Metadata
Assignees
Labels
No labels