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