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;' '{}' + ``` --- mercurius/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mercurius') diff --git a/mercurius/index.md b/mercurius/index.md index 691fc6b2..17314653 100644 --- a/mercurius/index.md +++ b/mercurius/index.md @@ -1,6 +1,6 @@ [[!meta title="Den danske Mercurius"]] [[!if test="included()" then=""" -[[!img mercuriuslandscape.jpg class="overview" size="200x" link="/mercurius"]] +{{ img(path="mercuriuslandscape.jpg" class="overview" size="200x" link="/mercurius") }} Oplev København i selskab med digteren, journalisten og vinkenderen Anders Bording, med vers om royale nyheder, krig, kærlighed og kaffe vs. brændevin. @@ -10,12 +10,12 @@ med vers om royale nyheder, krig, kærlighed og kaffe vs. brændevin. """ else=""" [[!template id="deco" text=" -[[!img bording421pix.jpg class="deco" size="200x"]] -[[!img bordinggaende.jpg class="deco" size="200x"]] -[[!img mercuriuslandscape.jpg class="deco" size="200x"]] -[[!img arvehyldning.jpg class="deco" size="200x"]] -[[!img eyeinsky.jpg class="deco" size="200x"]] -[[!img heimbachkro.jpg class="deco" size="200x"]] +{{ img(path="bording421pix.jpg" class="deco" size="200x") }} +{{ img(path="bordinggaende.jpg" class="deco" size="200x") }} +{{ img(path="mercuriuslandscape.jpg" class="deco" size="200x") }} +{{ img(path="arvehyldning.jpg" class="deco" size="200x") }} +{{ img(path="eyeinsky.jpg" class="deco" size="200x") }} +{{ img(path="heimbachkro.jpg" class="deco" size="200x") }} "]] # Den danske Mercurius -- cgit v1.2.3