markdown
Markdown interpreter using only traditional Unix tools
markdown.bash is a Markdown interpreter using only traditional Unix tools. Specifically, it only uses bash
, sed
, grep
, and cut
(in one small instance).
Usage
Use it just like any other Unix program - by either passing files to it or piping input into it.
Links
- Source Code (GitHub)
- Author: Chad Braun-Duin
- Packager: Joseph Werle
blog comments powered by Disqus