Files
hugo/content/en/functions/transform/CanHighlight.md
T
2023-11-04 21:01:42 -07:00

457 B

title, description, categories, keywords, action
title description categories keywords action
transform.CanHighlight Reports whether the given code language is supported by the Chroma highlighter.
aliases related returnType signatures
functions/transform/Highlight
functions/transform/HighlightCodeBlock
bool
transform.CanHighlight LANGUAGE
{{ transform.CanHighlight "go" }} → true
{{ transform.CanHighlight "klingon" }} → false