smu

Simple markup language converter to HTML with markdown-like syntax

brewmacoslinux
Try with needOr install directly
Source

About

Simple markup with markdown-like syntax

Commands

smu

Examples

Convert a markdown file to HTML$ smu input.md > output.html
Convert markdown from stdin and output to stdout$ echo '# Hello World' | smu
Process multiple markdown files$ smu file1.md file2.md > combined.html