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;' '{}' + ``` --- tours/turlisten/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tours/turlisten/index.md') diff --git a/tours/turlisten/index.md b/tours/turlisten/index.md index 8b3c0e00..69991505 100644 --- a/tours/turlisten/index.md +++ b/tours/turlisten/index.md @@ -1,10 +1,10 @@ [[!if test="included() and !(destpage(index) or destpage(test))" then=""" [[!template id="deco" text=" -[[!img tours/vindue_turliste.jpg class="deco" link="/tours" ]] +{{ img(path="tours/vindue_turliste.jpg" class="deco" link="/tours") }} "]] """]] [[!if test="included()" then=""" -[[!img tours/vindue_turliste.jpg link="/tours" class="solo" ]] +{{ img(path="tours/vindue_turliste.jpg" link="/tours" class="solo") }} """]] [[!if test="!included()" then=""" [[!inline pages=tours raw=yes]] -- cgit v1.2.3