aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/io_out/epub3.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-12-03 22:11:59 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2021-12-03 22:17:58 -0500
commitbb03ff22fa3af8b731a591fd450b85c5c0c57f02 (patch)
treee89e74aa6e619fd25ca18c24997bbd062e6e2ba0 /src/doc_reform/io_out/epub3.d
parentxmls, html header band (diff)
metaverse, xml dom close eof
Diffstat (limited to 'src/doc_reform/io_out/epub3.d')
-rw-r--r--src/doc_reform/io_out/epub3.d5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/doc_reform/io_out/epub3.d b/src/doc_reform/io_out/epub3.d
index b930cdf..92d3eba 100644
--- a/src/doc_reform/io_out/epub3.d
+++ b/src/doc_reform/io_out/epub3.d
@@ -611,6 +611,11 @@ template outputEPub3() {
epubWrite.doc_epub3[segment_filename] ~= t[0];
epubWrite.doc_epub3_endnotes[segment_filename] ~= t[1];
break;
+ case "tail": assert(part == "tail");
+ t = xhtml_format.para_seg(_txt, obj, doc_matters, suffix, "epub");
+ epubWrite.doc_epub3[segment_filename] ~= t[0];
+ epubWrite.doc_epub3_endnotes[segment_filename] ~= t[1];
+ break;
default:
{ /+ debug +/
if (doc_matters.opt.action.debug_do