From ff5eaede74d81e978584ba9c732fc27346c773de Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Sun, 31 Dec 2023 14:58:26 -0800 Subject: Put docx fixups into a separate file --- script/docx_fixup.sed | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 script/docx_fixup.sed (limited to 'script') diff --git a/script/docx_fixup.sed b/script/docx_fixup.sed new file mode 100644 index 0000000..566a76e --- /dev/null +++ b/script/docx_fixup.sed @@ -0,0 +1,6 @@ +# Render a thematic break as 3 hash symbols. +s,<\?asciidoc-hr\?>,\&\#35; \&\#35; \&\#35;, + +# Asciidoctor puts a zero-width space after ellipses for some reason -- get +# rid of it. +s,\&\#8203;,,g -- cgit v1.2.3