fix links

This commit is contained in:
2026-04-29 14:35:17 +02:00
parent 34ef924a09
commit 76be2fbd3c
5 changed files with 7 additions and 17 deletions

View File

@@ -12,14 +12,6 @@ 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:
```sh
make example
make
```
To give the document a title, put that title in the metadata:
```sh