<!-- 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 - clone this project: https://github.com/ndr-brt/docsify-test - serve docsify locally `docsify serve docs ` - see that the "notanmd" json file is rendered at the root level but not in the subfolder. #### What is current behaviour Relative path is not "calculated" correctly when the file is matched by `noCompileLinks` #### What is the expected behaviour To have the relative path evaluated also if the link needs to be not compiled. #### Other relevant information <!-- (Update "[ ]" to "[x]" to check a box) --> - [x] Bug does still occur when all/other plugins are disabled? - Your OS: - Node.js version: - npm/yarn version: - Browser version: - Docsify version: - Docsify plugins: <!-- Love docsify? Please consider supporting our collective: 👉 https://opencollective.com/docsify/donate --> #### Please create a reproducible sandbox [sandbox](https://codesandbox.io/s/sharp-hamilton-dl7bs7) #### Mention the docsify version in which this bug was not present (if any) `@4`
Bug Report
Steps to reproduce
docsify serve docsWhat is current behaviour
Relative path is not "calculated" correctly when the file is matched by
noCompileLinksWhat is the expected behaviour
To have the relative path evaluated also if the link needs to be not compiled.
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
sandbox
Mention the docsify version in which this bug was not present (if any)
@4