mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
14 lines
290 B
HTML
14 lines
290 B
HTML
|
|
{{ $ver := .v }}
|
||
|
|
{{ $this := .this }}
|
||
|
|
|
||
|
|
{{/*
|
||
|
|
This differs from the shortcode added-in by wanting to be a block instead of inline
|
||
|
|
and by slightly altering the rendered text as a result.
|
||
|
|
*/}}
|
||
|
|
|
||
|
|
{{ if $this }}
|
||
|
|
**New in this version.**
|
||
|
|
{{ else }}
|
||
|
|
**Added in `v{{ $ver }}`**
|
||
|
|
{{ end }}
|