From f6bb0570daff125f689503b354fb6f1d3eefdb03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 3 Apr 2020 16:51:25 +0200 Subject: [PATCH] :art: Improve sed command --- scripts/mdr2mdbook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mdr2mdbook.sh b/scripts/mdr2mdbook.sh index 014f9620..cc47c1d0 100644 --- a/scripts/mdr2mdbook.sh +++ b/scripts/mdr2mdbook.sh @@ -11,7 +11,7 @@ EOF } mk_target() { - sed 's/```\(.*\)gw/```cpp/' $1 | + sed 's/```.*gw/```cpp/' $1 | sed 's#:gwion:#[Gwion](https://github.com/fennecdjay/Gwion)#g' footer } -- 2.43.0