Skip to content

Commit cf0d7ef

Browse files
committed
Don't make html self-contained to avoid large files
1 parent 0456def commit cf0d7ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DOCS/includes/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ format:
1414
include-before-body: ../includes/default-before-body.html
1515
css: ../theme/styles.css
1616
code-fold: true # Allow code blocks to be foldable
17-
self-contained: true # Embed resources like CSS and images
17+
self-contained: false # Don't embed resources like CSS and images
1818
docx:
1919
toc-location: before-body
2020
toc-pagebreak: true

0 commit comments

Comments
 (0)