File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ Syntax::
26
26
Example::
27
27
28
28
# Highlight summary with default behavior.
29
- {% highlight result.summary with request. query %}
29
+ {% highlight result.summary with query %}
30
30
31
31
# Highlight summary but wrap highlighted words with a div and the
32
32
# following CSS class.
33
- {% highlight result.summary with request. query html_tag "div" class "highlight_me_please" %}
33
+ {% highlight result.summary with query html_tag "div" class "highlight_me_please" %}
34
34
35
35
# Highlight summary but only show 40 words.
36
- {% highlight result.summary with request. query max_length 40 %}
36
+ {% highlight result.summary with query max_length 40 %}
37
37
38
38
The highlighter used by this tag can be overridden as needed. See the
39
39
:doc: `highlighting ` documentation for more information.
You can’t perform that action at this time.
0 commit comments