working header

This commit is contained in:
spinach 2023-02-27 13:50:28 -05:00
parent 9dccea6ec9
commit 26acd2e815

13
stitch
View File

@ -1 +1,14 @@
#!/usr/bin/env bash #!/usr/bin/env bash
formatting() {
cat <<EOF
---
title: $1
documentclass: report
linkcolor: blue
geometry: margin=1in
---
EOF
}
formatting $1 > /tmp/mdformatting.md