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
Currently the localPath fabricator ignores any subdirectories. These shall be read in recursively.
localPath
A directory structure like the following:
mdDir + - subdir | | 10.md | + - subsubdir | | | 20.md | 00.md | 01.md
Should yield fabrics named like (given mdDir was given as path):
mdDir
00.md
01.md
subdir/10.md
subdir/subsubdir/20.md
The text was updated successfully, but these errors were encountered:
woeps
No branches or pull requests
Currently the
localPath
fabricator ignores any subdirectories. These shall be read in recursively.A directory structure like the following:
Should yield fabrics named like (given
mdDir
was given as path):00.md
01.md
subdir/10.md
subdir/subsubdir/20.md
The text was updated successfully, but these errors were encountered: