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;' '{}' + ``` --- 1896/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '1896/index.md') diff --git a/1896/index.md b/1896/index.md index 7277a7da..51382930 100644 --- a/1896/index.md +++ b/1896/index.md @@ -11,7 +11,7 @@ else=""" #Map from 1896 -[[!img sundbykort_1899.png]] +{{ img(path="sundbykort_1899.png") }} Map of Sundby village centre 1896. The names are common Danish street names like Østergade, Danmarksgade, etc. However when Sundby joined Copenhagen in 1902, names were changed to avoid confusion. -- cgit v1.2.3