Skip to content

Commit 3c92366

Browse files
committed
Add tripple dots ligature to replacement list.
1 parent b67a9f9 commit 3c92366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

replace-bad-characters

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sed -i 's/ /## /' $1
77
sed -i 's//*/g' $1
88
sed -i 's/▪/*/g' $1
99
sed -i 's/•/*/g' $1
10+
sed -i 's/…/...g' $1
1011
# replace ligatures (fi), (fl) with fi, fl; this makes things easier to `grep` through
1112
sed -i 's/fl/fl/g' $1
1213
sed -i 's/fi/fi/g' $1

0 commit comments

Comments
 (0)