evilstreak / markdown-js

A Markdown parser for javascript
7.7k stars 863 forks source link

processing stdin with md2html #43

Closed rlidwka closed 12 years ago

rlidwka commented 12 years ago

I expected from md2html to work with pipes like that: echo "*test*" | md2html. Currently I should create a temporary file for that which is annoying a lot.

This patch fixed this.

ashb commented 12 years ago

Thanks, cherry-picked as 15b9e067