diff --git a/layouts/partials/changed-in.html b/layouts/partials/changed-in.html index 61aba5b1..7aa190a4 100644 --- a/layouts/partials/changed-in.html +++ b/layouts/partials/changed-in.html @@ -1,15 +1,11 @@ -{{/* +{{- /* Renders the "Changed in [version]:" blocks for x-changedInMatrixVersion annotations for openapi parameters Takes a single 'changes_dict' parameter, which should be a map of version -> details pairs. */ -}} -{{ range $ver, $details := .changes_dict -}} -
-
- Changed in v{{ $ver }}:
-
- {{ $details | markdownify }}
-