-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
cli: stdin won t work for me #353
Comments
you can also try running this command instead: showdown makehtml -i README.md and check if it works |
indeed : x
see
and
|
it seems showdown is able to find the README.d file but it is unable to read from it. Can you try doing this:
|
Digging the source, looks likes the problem is here, size is 0.
IMHO, i d refactor makehtml.run to copy the stdin stream to memory, rather than sync reading the fdesc. |
I've been testing this and could not reproduce the issue. |
Hi,
When i run this command, the output is empty,
Where the README has content, see https://github.com/mh-cbon/emd/blob/master/README.md
Node -v 7.7.1 (also tested another older 7.x, broken too), i had to fallback to another tool, mdown
The text was updated successfully, but these errors were encountered: