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;' '{}' + ``` --- malmoe/malmoeudflugt/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'malmoe/malmoeudflugt/index.md') diff --git a/malmoe/malmoeudflugt/index.md b/malmoe/malmoeudflugt/index.md index b196d00a..433fa63e 100644 --- a/malmoe/malmoeudflugt/index.md +++ b/malmoe/malmoeudflugt/index.md @@ -2,7 +2,7 @@ [[!if test="included()" then=""" -[[!img malmoesko1.jpg class="blog" link="/malmoe/malmoeudflugt"]] +{{ img(path="malmoesko1.jpg" class="blog" link="/malmoe/malmoeudflugt") }} Vi kan arrangere heldags udflugt over Øresund. Se detaljer og foreslået program. @@ -12,11 +12,11 @@ Vi kan arrangere heldags udflugt over Øresund. Se detaljer og foreslået progra else=""" [[!template id="deco" text=" -[[!img flensborghus_spejl.jpg class="deco"]] -[[!img malmoesko1.jpg class="deco"]] -[[!img mollevanghandel.jpg class="deco"]] -[[!img havnefront.jpg class="deco"]] -[[!img neptunatorso.jpg class="deco"]] +{{ img(path="flensborghus_spejl.jpg" class="deco") }} +{{ img(path="malmoesko1.jpg" class="deco") }} +{{ img(path="mollevanghandel.jpg" class="deco") }} +{{ img(path="havnefront.jpg" class="deco") }} +{{ img(path="neptunatorso.jpg" class="deco") }} "]] # Heldags udflugt til Malmö. -- cgit v1.2.3