aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-12-23 18:15:34 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-12-23 18:15:34 -0500
commit5d344212d4e8fc2878afa6f3d7ba7c29bb17b912 (patch)
tree0c47bff99af7d08d2488dbda9ce038740da8729e /src
parentconfigs housekeeping, minor (diff)
epub header assertion removed, check
Diffstat (limited to 'src')
-rw-r--r--src/doc_reform/io_out/epub3.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/io_out/epub3.d b/src/doc_reform/io_out/epub3.d
index 44607f7..d19545c 100644
--- a/src/doc_reform/io_out/epub3.d
+++ b/src/doc_reform/io_out/epub3.d
@@ -542,7 +542,7 @@ template outputEPub3() {
}
}
if (obj.metainfo.is_a == "heading") {
- assert(obj.text.length > 0);
+ // assert(obj.text.length > 0); // check assertion
if (obj.metainfo.heading_lev_markup <= 4) {
oepbs_content_parts["manifest_documents"] ~=
format(q"┃<item id="%s.xhtml" href="%s.xhtml" media-type="application/xhtml+xml" />