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
Let the following be the content of a file called foo.md
foo.md
🏗️ ```present echo foo ```
running present foo.md will give error: Program ech failed to execute with message: No such file or directory (os error 2)
present foo.md
error: Program ech failed to execute with message: No such file or directory (os error 2)
The text was updated successfully, but these errors were encountered:
Fixed in #26
Sorry, something went wrong.
No branches or pull requests
Let the following be the content of a file called
foo.md
running
present foo.md
will giveerror: Program ech failed to execute with message: No such file or directory (os error 2)
The text was updated successfully, but these errors were encountered: