]> Nishi Git Mirror - gwion.git/commitdiff
Gwion highlight.js, fix
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 30 Sep 2020 18:21:19 +0000 (20:21 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Wed, 30 Sep 2020 18:21:19 +0000 (20:21 +0200)
scripts/mdr2mdbook.sh

index a293921ccea98802d0efc7ea48e39be4e7a22fea..495c223ac732cad2eee92732cde40979405966c9 100644 (file)
@@ -12,6 +12,7 @@ EOF
 
 mk_target() {
   cmojify "$(cat $1)" |
+    sed 's/```.*gw/```gw/' | 
     sed 's#:gwion:#[Gwion](https://github.com/fennecdjay/Gwion)#g'
   footer
 }