commit 002330256ae3337db625ebcafa777eb4231b6459 parent 5899aa96bd1c4b89b91ed889f37b49696f9d0f55 Author: Michael Skec Date: Wed, 22 Nov 2023 17:44:40 +1100 add \~ escape for non-breaking space Diffstat:
M | broff-escapes | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/broff-escapes b/broff-escapes @@ -10,6 +10,7 @@ s#\\(lq#\“#g s#\\(rq#\”#g s#\\(oq#\‘#g s#\\(cq#\’#g +s#\\~#\ #g # TeX-style fancy quotes s#``#\“#g