mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-27 21:44:10 +01:00
7 lines
214 B
HTML
7 lines
214 B
HTML
|
|
{{/*
|
||
|
|
|
||
|
|
This template is used to visually emphasize table cells containing the text "Required".
|
||
|
|
|
||
|
|
*/}}
|
||
|
|
{{ print (replace .Inner "Required" "<span class=required></span>Required") "{.summary-table}" | markdownify }}
|