Skip to content

MarkFlow v0.1.1

Compare
Choose a tag to compare
@jmholla jmholla released this 19 Aug 21:30
· 47 commits to main since this release
6d45488

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
-----