make header format yaml

This commit is contained in:
2026-04-20 11:24:45 +02:00
parent 0bd5b53092
commit fb96f1bd78
179 changed files with 810 additions and 403 deletions

View File

@@ -1,6 +1,9 @@
---
title: "Markdown to PDF"
tags: [ "markdown", ".pdf", "vision" ]
title: Markdown to PDF
tags:
- markdown
- .pdf
- vision
---
Turn a markdown file into a pdf:
@@ -21,7 +24,7 @@ To give the document a title, put that title in the metadata:
```sh
sed -i "1 i---" "$FILE".md
sed -i "1 ititle: $TITLE" "$FILE".md
sed -i 1 ititle: $TITLE $FILE.md
sed -i "1 i---" "$FILE".md
lowdown -L "$FILE".md
lowdown -X title "$FILE".md