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;' '{}' + ``` --- rundgang/9/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rundgang/9') diff --git a/rundgang/9/index.md b/rundgang/9/index.md index 7f5c2dea..c148e083 100644 --- a/rundgang/9/index.md +++ b/rundgang/9/index.md @@ -9,7 +9,7 @@ I en periode boede han også på Østerbro (lige som Søren Kirkegaard), men det ## Dan Turéll Byvandring -[[!img rundgang09.jpg class="solo" size="500x"]] +{{ img(path="rundgang09.jpg" class="solo" size="500x") }} > Jeg kunne have levet et helt liv i Istedgade > og somme tider synes jeg, jeg har gjort det -- cgit v1.2.3