MarkFlow v0.1.1
This release causes MarkFlow to treat text passed on STDIN as content as opposed to a list of files. It prints the result to STDOUT.
> echo -e "Hello\n-" | markflow
Hello
-----
This release causes MarkFlow to treat text passed on STDIN as content as opposed to a list of files. It prints the result to STDOUT.
> echo -e "Hello\n-" | markflow
Hello
-----