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;' '{}' + ``` --- 1900/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '1900') diff --git a/1900/index.md b/1900/index.md index c5f5e16f..f773cbf0 100644 --- a/1900/index.md +++ b/1900/index.md @@ -9,7 +9,7 @@ For treasure hunt 2023 """ else=""" -[[!img tidsel.jpg class="solo"]] +{{ img(path="tidsel.jpg" class="solo") }} #Rolighed - and rapid development around 1900. @@ -23,7 +23,7 @@ From 1896 – 1902 Sundby was an independant municipality – quite poor, with c A lot of the streets here were built up right before the Sundby joined Copenhagen. Building regulation was less strict out here at the time. The picture is not from this street, but the kind of setting that you can sometimes sense behind the surface. -[[!img sundbystrede.jpg size="600x" class="solo"]] +{{ img(path="sundbystrede.jpg" size="600x" class="solo") }} ##Continue the tour (to the second last stop) -- cgit v1.2.3