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;' '{}' + ``` --- historieture/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'historieture') diff --git a/historieture/index.md b/historieture/index.md index 4e4285cf..3174ac1e 100644 --- a/historieture/index.md +++ b/historieture/index.md @@ -2,7 +2,7 @@ [[!if test="included() and !(destpage(index) or destpage(test))" then=""" [[!template id="deco" text=" -[[!img thorvaldsenfrise2.jpg class="deco"]] +{{ img(path="thorvaldsenfrise2.jpg" class="deco") }} "]] Byvandring.nu går i dybden med perioder i Københavns fortid. Vi går ind @@ -13,7 +13,7 @@ og digte. """]] [[!if test="included()" then=""" -[[!img vkort_gjeddeskort_x1600.jpg link="/historieture" class="solo" size="480x" ]] +{{ img(path="vkort_gjeddeskort_x1600.jpg" link="/historieture" class="solo" size="480x") }} """]] [[!if test="!included()" then=""" -- cgit v1.2.3