18 lines
422 B
Markdown
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
|
|
|
|
```
|