We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67a9f9 commit 3c92366Copy full SHA for 3c92366
replace-bad-characters
@@ -7,6 +7,7 @@ sed -i 's//## /' $1
7
sed -i 's//*/g' $1
8
sed -i 's/▪/*/g' $1
9
sed -i 's/•/*/g' $1
10
+sed -i 's/…/...g' $1
11
# replace ligatures (fi), (fl) with fi, fl; this makes things easier to `grep` through
12
sed -i 's/fl/fl/g' $1
13
sed -i 's/fi/fi/g' $1
0 commit comments