File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
content/en/functions/transform
layouts/_partials/layouts Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22title : transform.CanHighlight
33description : Reports whether the given code language is supported by the Chroma highlighter.
44categories : []
5- keywords : []
5+ keywords : [highlight ]
66params :
77 functions_and_methods :
88 aliases : []
Original file line number Diff line number Diff line change 22title : transform.HighlightCodeBlock
33description : Highlights code received in context within a code block render hook.
44categories : []
5- keywords : []
5+ keywords : [highlight ]
66params :
77 functions_and_methods :
88 aliases : []
Original file line number Diff line number Diff line change 11{{- $heading := "See also" }}
2- {{- $related := site.Pages.Related . }}
3- {{- $related = $related | complement .CurrentSection.Pages | first 7 }}
2+ {{- $related := site.Pages.Related . | first 7}}
43
54{{- with $related }}
65 {{ $.Store.Set "hasRelated" true }}
You can’t perform that action at this time.
0 commit comments