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;' '{}' + ``` --- sightseeing/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sightseeing') diff --git a/sightseeing/index.md b/sightseeing/index.md index 89c812a6..a7593695 100644 --- a/sightseeing/index.md +++ b/sightseeing/index.md @@ -1,7 +1,7 @@ [[!meta title="Sightseeing i City"]] [[!if test="included()" then=""" -[[!img egomargrethe.jpg link="/sightseeing" class="overview"]] +{{ img(path="egomargrethe.jpg" link="/sightseeing" class="overview") }} Se de store og små seværdigheder i Indre By. Både Middelalderbyens krogede stræder, og palæer og pakhuse i @@ -12,10 +12,10 @@ Amalienborg og flere andre kendte steder er en del af turene. """ else=""" [[!template id="deco" text=" -[[!img egomargrethe.jpg class="deco"]] -[[!img rundetaarn.jpg class="deco"]] -[[!img Nyhavnsolgraa.jpg class="deco"]] -[[!img frVstatue.jpg class="deco"]] +{{ img(path="egomargrethe.jpg" class="deco") }} +{{ img(path="rundetaarn.jpg" class="deco") }} +{{ img(path="Nyhavnsolgraa.jpg" class="deco") }} +{{ img(path="frVstatue.jpg" class="deco") }} "]] # Sightseeing i City -- cgit v1.2.3