File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 font-weight : 400 ;
3636}
3737
38+ .refItem-anchor {
39+ padding-left : 1rem ;
40+ padding-top : 0.2rem ;
41+ }
42+
3843.refItem-anchor-icon {
3944 opacity : 0 ;
4045 color : var (--colorBlack600 );
Original file line number Diff line number Diff line change 1010{{ $anchorID := $name | lower | replaceRE "[^a-z0-9-]" "-" | replaceRE "-+" "-" | replaceRE "^-" "" | replaceRE "-$" "" }}
1111
1212< div class ="refItem " id ="ref-{{ $anchorID }} ">
13- < a href ="#ref-{{ $anchorID }} " class ="refItem-name ">
14- < code > {{ $name }}</ code >
15- < span class ="refItem-type "> {{ $type }}</ span >
16- {{ with $required }}
17- < span class ="refItem-required "> {{ if eq . true }}required{{ else }}{{ . | markdownify }}{{ end }}</ span >
18- {{ end }}
13+ < div class ="refItem-name ">
14+ < code > {{ $name }}</ code >
15+ < span class ="refItem-type "> {{ $type }}</ span >
16+ {{ with $required }}
17+ < span class ="refItem-required "> {{ if eq . true }}required{{ else }}{{ . | markdownify }}{{ end }}</ span >
18+ {{ end }}
19+ < a class ="refItem-anchor " href ="#ref-{{ $anchorID }} ">
1920 < i class ="refItem-anchor-icon icon " data-lucide ="link "> </ i >
20- </ a >
21+ </ a >
22+ </ div >
2123 < div class ="refItem-description "> {{ $description | markdownify | safeHTML }}</ div >
2224 < div class ="refItem-details refItem-details__{{ if .Inner }}full{{ end }} ">
2325 {{ if $default }}
You can’t perform that action at this time.
0 commit comments