buildmd/README.md
2025-05-24 14:09:49 -04:00

18 lines
422 B
Markdown

# 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 <file> Output file path
--template, -t <file> Template file path
--stylesheet, -s <file> Stylesheet file path
--stdout Force output to stdout
--help, -h Show this help message
```