docs-matrix-spec/layouts/shortcodes/added-in.html
Hubert Chathi 2780055198
clarify federation Authorization header an add destination property (#1067)
* clarify federation Authorization header an add destination property

* add changelogs

* some clarifications

* more clarifications, fixes

* use HTML in the added-in/changed-in shortcodes

* Apply suggestions from code review

Co-authored-by: Travis Ralston <travpc@gmail.com>
2022-05-30 15:33:56 -06:00

8 lines
311 B
HTML

{{ $ver := .Params.v }}
{{ $this := .Params.this }}
{{ if $this }}
<span><strong>[New in this version]</strong></span>
{{ else }}
<span><strong>[Added in <code>v{{ $ver }}</code>]</strong></span>
{{ end }} {{/* Do not leave an empty line at the end of this file otherwise the inline behaviour breaks. */}}