From 0967fdfe19326cc8eadb650f1c7309d88537756b Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 5 May 2022 12:47:39 -0300 Subject: [PATCH] =?UTF-8?q?exportmd:=20s/->/=E2=86=92/g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/bin/exportmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/exportmd b/.local/bin/exportmd index ad1a32f..749c652 100755 --- a/.local/bin/exportmd +++ b/.local/bin/exportmd @@ -33,7 +33,7 @@ li { " fi - cmark --unsafe < "$1" + cat "$1" | sed 's/ -> / → /g' | cmark --unsafe } format="$1"