exportmd: s/->/→/g

This commit is contained in:
Cat /dev/Nulo 2022-05-05 12:47:39 -03:00
parent ec685bdb5e
commit 0967fdfe19

View file

@ -33,7 +33,7 @@ li {
</style>
"
fi
cmark --unsafe < "$1"
cat "$1" | sed 's/ -> / → /g' | cmark --unsafe
}
format="$1"