Skip to content
New issue

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

Include markdown files from sub directory does not work #20

Closed
HoracePGreeley opened this issue Nov 1, 2017 · 1 comment
Closed

Include markdown files from sub directory does not work #20

HoracePGreeley opened this issue Nov 1, 2017 · 1 comment
Assignees
Labels

Comments

@HoracePGreeley
Copy link
Contributor

Unfortunately, it seems not possible to include markdown documents from sub directories:

Code::

@(include .\parts\task-1.md)

Result:
image

@marcel-hofer
Copy link
Owner

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:

@(include parts/task1.md)

This should be fixed to allow all valid filename characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants