David Valentine commited on 2025-11-28 00:27:31
Showing 1 changed files, with 1 additions and 3 deletions.
| ... | ... |
@@ -1,12 +1,10 @@ |
| 1 | 1 |
# config |
| 2 | 2 |
from: markdown |
| 3 | 3 |
to: html5 |
| 4 |
-#template: ./templates/layouts/chunked.html |
|
| 4 |
+#template: |
|
| 5 | 5 |
standalone: true |
| 6 | 6 |
number-sections: true |
| 7 | 7 |
strip-comments: true |
| 8 | 8 |
highlight-style: pygments |
| 9 | 9 |
filters: |
| 10 | 10 |
- citeproc |
| 11 | 11 |
\ No newline at end of file |
| 12 |
-# - pandoc-sidenote |
|
| 13 |
-# - ./scripts/section-bibliographies.lua |
|
| 14 | 12 |
\ No newline at end of file |
| 15 | 13 |