diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2025-03-13 13:18:31 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2025-03-13 13:18:31 -0700 |
| commit | 7d30be100f11a03a836bcec4e8c8e6af9380347f (patch) | |
| tree | 7f43cd539c5e04ab35a79d3d459fa529ff9b26a2 /script | |
| parent | 83c4955626eefb04b6e0ea6bcaf137b7439a6a91 (diff) | |
We don't actually want horizontal rules in ODT files
The comment is misleading. Horizontal rules in manuscripts aren't A Thing.
Diffstat (limited to 'script')
| -rw-r--r-- | script/docx_fixup.sed | 5 |
1 files changed, 1 insertions, 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 <simpara> 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. |
