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
Unfortunately, it seems not possible to include markdown documents from sub directories:
Code::
@(include .\parts\task-1.md)
Result:
The text was updated successfully, but these errors were encountered:
The regex used to parse this syntax does not support non-word characters. Therefore you can't use - like in the example above.
-
For now you can rename the file to task1.md and include it using:
task1.md
@(include parts/task1.md)
This should be fixed to allow all valid filename characters.
Sorry, something went wrong.
marcel-hofer
No branches or pull requests
Unfortunately, it seems not possible to include markdown documents from sub directories:
Code::
Result:
The text was updated successfully, but these errors were encountered: