diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-23 18:15:34 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-23 18:15:34 -0500 |
commit | 5d344212d4e8fc2878afa6f3d7ba7c29bb17b912 (patch) | |
tree | 0c47bff99af7d08d2488dbda9ce038740da8729e /org/out_xmls.org | |
parent | configs housekeeping, minor (diff) |
epub header assertion removed, checkdoc-reform_v0.11.3
Diffstat (limited to 'org/out_xmls.org')
-rw-r--r-- | org/out_xmls.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/out_xmls.org b/org/out_xmls.org index 391e5c9..78176a0 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -2985,7 +2985,7 @@ case "backmatter": #+NAME: output_epub3_xhtml_seg_object_is_heading_set #+BEGIN_SRC d 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" /> |