diff options
author | Jonas Smedegaard <dr@jones.dk> | 2022-06-19 21:48:10 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-06 10:37:09 +0200 |
commit | 30b9669ea95e6b3b4f48a25c8045c2b4f551dacd (patch) | |
tree | 2388bf9d3c5a3b617341285f284e888f5dd4c41e /city/index.md | |
parent | e30097f4a9ffc42d57df2c463ae4770b61ff8769 (diff) |
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;' '{}' +
```
Diffstat (limited to 'city/index.md')
-rw-r--r-- | city/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/city/index.md b/city/index.md index b2189447..d0b6cba8 100644 --- a/city/index.md +++ b/city/index.md @@ -1,7 +1,7 @@ [[!meta title="Det gamle København"]] [[!if test="included()" then=""" -[[!img rundetaarn.jpg class="solo" size="500x" alt="Rundetårn" link="city"]] +{{ img(path="rundetaarn.jpg" class="solo" size="500x" alt="Rundetårn" link="city") }} Højt belagt med brostensstræder og grønne spir, med gode historier fra Naboløs til Kattesundet. Og med en god guide ved hånden kommer I sikkert |