From 94f56fab73553aae75a9e92a7707c952c1e763fc Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 4 Feb 2022 23:50:19 -0500 Subject: epub, navigation --- src/doc_reform/io_out/xmls.d | 1 + 1 file changed, 1 insertion(+) (limited to 'src/doc_reform/io_out/xmls.d') diff --git a/src/doc_reform/io_out/xmls.d b/src/doc_reform/io_out/xmls.d index 6191fa9..fd9305a 100644 --- a/src/doc_reform/io_out/xmls.d +++ b/src/doc_reform/io_out/xmls.d @@ -100,6 +100,7 @@ template outputXHTMLs() { .replaceAll(rgx.xhtml_less_than, "<") // "<" .replaceAll(rgx.xhtml_greater_than, ">") // ">" .replaceAll(rgx.br_line, "
") + .replaceAll(rgx.br_newline_inline, "
") .replaceAll(rgx.nbsp_char, " "); return _txt; } -- cgit v1.2.3