From 7d30be100f11a03a836bcec4e8c8e6af9380347f Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Thu, 13 Mar 2025 13:18:31 -0700 Subject: We don't actually want horizontal rules in ODT files The comment is misleading. Horizontal rules in manuscripts aren't A Thing. --- script/docx_fixup.sed | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/script/docx_fixup.sed b/script/docx_fixup.sed index ad22078..146fac9 100644 --- a/script/docx_fixup.sed +++ b/script/docx_fixup.sed @@ -1,8 +1,5 @@ # Render a thematic break as 3 hash symbols. -# -# XXX need to replace the surrounding with whatever it takes to -# get a horizontal-rule to show up in LibreOffice -s,<\?asciidoc-hr\?>,\&\#35; \&\#35; \&\#35;, +s,<\?asciidoc-hr\?>,\&\#35; \&\#35; \&\#35;, # Asciidoctor puts a zero-width space after ellipses for some reason -- get # rid of it. -- cgit v1.2.3