show website example with lowdown

This commit is contained in:
2024-11-28 17:08:31 +01:00
parent 5a1ba18176
commit b2ea104e96
2 changed files with 44 additions and 0 deletions

View File

@@ -9,6 +9,14 @@ Turn a markdown file into a pdf:
lowdown -stms "$FILE".md | pdfroff -itk -mspdf > "$FILE".pdf
```
*Example:* put [this Makefile](lowdown/example.txt) in a directory, rename it `Makefile`, then do:
```bash
make example
make
```
To give the document a title, put that title in the metadata:
```bash