walter-boente_book-collection/ReadMe.md

10 lines
138 B
Markdown
Raw Permalink Normal View History

2026-01-19 22:14:03 +01:00
# Book
## PAndoc command line
```
pandoc src/input.docx \
--lua-filter=lua/add-style-as-class.lua \
-o src/output.html
```