# buildmd ``` buildmd - Build markdown files to html with templates and metadata Usage: buildmd file.md buildmd file.md -o output.html echo "some markdown" | buildmd Options: --outfile, -o Output file path --template, -t Template file path --stylesheet, -s Stylesheet file path --stdout Force output to stdout --help, -h Show this help message ```