From 30b9669ea95e6b3b4f48a25c8045c2b4f551dacd Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 19 Jun 2022 21:48:10 +0200 Subject: convert img and template directives to shortcodes command: ``` find * -type f -name '*.md' -execdir perl -gpi -e 's/\[\[!img\s+([^\s\]"]+)(\s(?:[^\]]|"[^"]*")+?)?\s*\]\]/{{ img(path="$1"$2) }}/g; s/\[\[!template\s+id="?(columns|note|video)"?\s+([^\]]+?)\s*\]\]/{{ $1($2) }}/g;' '{}' + ``` --- strungetur/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'strungetur') diff --git a/strungetur/index.md b/strungetur/index.md index 6f9e6f1e..05b9ff11 100644 --- a/strungetur/index.md +++ b/strungetur/index.md @@ -1,7 +1,7 @@ [[!meta title="Michael Strunge og Nattens København"]] [[!if test="included()" then=""" -[[!img strungecover.jpg class="overview" link="/strungetur"]] +{{ img(path="strungecover.jpg" class="overview" link="/strungetur") }} Vi går med Michal Strunge gennem den hektiske, hæslige, elektriske by til hvor 80'erne findes @@ -13,7 +13,7 @@ else=""" # Michael Strunge Byvandring -[[!img strungecover.jpg class="high" caption="Billeder © Tom Jersø og Gyldendal"]] +{{ img(path="strungecover.jpg" class="high" caption="Billeder © Tom Jersø og Gyldendal") }} Byvandring om Michael Strunges digte og samtid. -- cgit v1.2.3