You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
I noticed that there's a bunch of code dealing with creating/reading/cleaning up temporary files, but also that all of the markdown renderers support reading from stdin:
echo "foo" | glow -
echo "foo" | mdr
echo "foo" | mdcat
Would it be worth to simplify the code and generalize the parser command support to just take any command that reads from stdin?
The text was updated successfully, but these errors were encountered:
I noticed that there's a bunch of code dealing with creating/reading/cleaning up temporary files, but also that all of the markdown renderers support reading from stdin:
echo "foo" | glow -
echo "foo" | mdr
echo "foo" | mdcat
Would it be worth to simplify the code and generalize the parser command support to just take any command that reads from stdin?
The text was updated successfully, but these errors were encountered: