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 /vejviseren/gennembrud_paa_stedet/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 'vejviseren/gennembrud_paa_stedet/index.md')
-rw-r--r-- | vejviseren/gennembrud_paa_stedet/index.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vejviseren/gennembrud_paa_stedet/index.md b/vejviseren/gennembrud_paa_stedet/index.md index 0c8c96df..2e199514 100644 --- a/vejviseren/gennembrud_paa_stedet/index.md +++ b/vejviseren/gennembrud_paa_stedet/index.md @@ -13,12 +13,12 @@ else=""" indledning, evt samme som manchet. -[[!img kioskmotiv.jpg class="solo"]] -[[!img adspicit.jpg class="solo"]] -[[!img kommunehospital.jpg class="solo"]] -[[!img torvehaller2021.jpg class="solo"]] -[[!img orstedpark2021foraar.jpg class="solo"]] -[[!img synagoge_opad.jpg class="solo"]] +{{ img(path="kioskmotiv.jpg" class="solo") }} +{{ img(path="adspicit.jpg" class="solo") }} +{{ img(path="kommunehospital.jpg" class="solo") }} +{{ img(path="torvehaller2021.jpg" class="solo") }} +{{ img(path="orstedpark2021foraar.jpg" class="solo") }} +{{ img(path="synagoge_opad.jpg" class="solo") }} [[Læs mere |/vejviseren/artikellink]] |