Skip to content

highlight

Wraps occurrences of the search terms in .

Syntax

{{ item.content | highlight: search.terms }}

Example

{{ "Best cold brew" | highlight: "cold" }}

Output:

Best <strong class="highlight">cold</strong> brew