add one heading to all files

This commit is contained in:
Justin Lin
2025-11-06 17:21:04 +11:00
parent fafabe4a47
commit 153a305754
45 changed files with 157 additions and 166 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
FILES=$(find study -name "*.md" | sort)
FILES=$(find -name "*.md" | sort)
META=./meta.yml
OUTPUT=book.epub
pandoc --from markdown --to epub3 \