We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My MkDocs project runs on Windows, and forward slashes in path names don't work for me:
plugins: - exclude: glob: - "exclude/this/path/*"
This worked for me, but I guess it will only work on Windows:
plugins: - exclude: glob: - "exclude\\this\\path\\*"
Please fix this for cross-platform compatibility. We should be able to use forward slashes on all platforms, just like with other plugins.
The text was updated successfully, but these errors were encountered:
fdd67d2
thanks for the report. Should be fixed in 1.0.2.
Sorry, something went wrong.
Yep, it's fixed. Thanks!
No branches or pull requests
My MkDocs project runs on Windows, and forward slashes in path names don't work for me:
This worked for me, but I guess it will only work on Windows:
Please fix this for cross-platform compatibility. We should be able to use forward slashes on all platforms, just like with other plugins.
The text was updated successfully, but these errors were encountered: