summaryrefslogtreecommitdiff
path: root/script/docx_fixup.sed
diff options
context:
space:
mode:
Diffstat (limited to 'script/docx_fixup.sed')
-rw-r--r--script/docx_fixup.sed7
1 files changed, 7 insertions, 0 deletions
diff --git a/script/docx_fixup.sed b/script/docx_fixup.sed
index 566a76e..ad22078 100644
--- a/script/docx_fixup.sed
+++ b/script/docx_fixup.sed
@@ -1,6 +1,13 @@
# Render a thematic break as 3 hash symbols.
+#
+# XXX need to replace the surrounding <simpara> with whatever it takes to
+# get a horizontal-rule to show up in LibreOffice
s,<\?asciidoc-hr\?>,\&\#35; \&\#35; \&\#35;,
# Asciidoctor puts a zero-width space after ellipses for some reason -- get
# rid of it.
s,\&\#8203;,,g
+
+# End every preformatted/blockquote with an explicit newlines. It shows up
+# better in LibreOffice.
+s,</literallayout>,\n</literallayout>,