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

Underscore in pathname seems to breaks file detection #432

Open
katrinleinweber opened this issue Oct 22, 2023 · 0 comments
Open

Underscore in pathname seems to breaks file detection #432

katrinleinweber opened this issue Oct 22, 2023 · 0 comments

Comments

@katrinleinweber
Copy link

Whenever I tried the argdown CLI in any subfolder with _ in its name, any operation resulted in this No Argdown files found error:

# after cloning & cd-ing into repo
$ argdown compile examples/argdown-primer.argdown
Successfully compiled 1 file.

$ mv examples _examples
$ head -1 _examples/argdown-primer.argdown
# :heart: Welcome to Argdown! :heart:

$ argdown compile _examples/argdown-primer.argdown
Compilation failed: No Argdown files found at: '[…]/_examples/argdown-primer.argdown'

$ node --version && argdown --version
v18.18.2 # LTS
1.7.5

I'm not 100% sure whether this could be due to problems due to NodeJS installed both via asdf & Homebrew, and or due to using newer dependency versions than defined in this repo, though.

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

No branches or pull requests

1 participant