From 733c3118866e18ed1c92f5dabc938434fcfa6647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Carton?= Date: Tue, 24 Nov 2020 02:01:50 +0100 Subject: Change back quotes behaviour from to --- blogit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blogit') diff --git a/blogit b/blogit index c301c82..a0d0004 100755 --- a/blogit +++ b/blogit @@ -150,7 +150,7 @@ blog/%.html: articles/% $(addprefix templates/,$(addsuffix .html,header article_ -e '/^###/{s,^###,

,;s,$$,

,;H;s,.*,,;x;p;d}' \ -e '/^##/{s,^##,

,;s,$$,

,;H;s,.*,,;x;p;d}' \ -e '/^#/{s,^#,

,;s,$$,

,;H;s,.*,,;x;p;d}' \ - -e 's,`\([^`]*\)`,\1,g' \ + -e 's,`\([^`]*\)`,\1,g' \ -e 's,\*\*\(\([^*<>][^*<>]*\*\?\)*\)\*\*,\1,g' \ -e 's,\*\([^*<>][^*<>]*\)\*,\1,g' \ -e 's,!\[\([^]]*\)\](\([^)]*\)),\1,g' \ -- cgit v1.2.3