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;' '{}' + ``` --- josefine/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'josefine') diff --git a/josefine/index.md b/josefine/index.md index 2ace2a18..95389de4 100644 --- a/josefine/index.md +++ b/josefine/index.md @@ -19,7 +19,7 @@ During the hot summer of 1944, central Amager was one of the areas that rebelled See if you can figure out the exact spot the photographer stood. -[[!img frankrigsgadedans_172825.jpg size="600x" class="solo"]] +{{ img(path="frankrigsgadedans_172825.jpg" size="600x" class="solo") }} The People's Strike (Folkestriken) ended after a truce, Occupation normalcy was established until final liberation in May 1945. -- cgit v1.2.3