Summary
Sets the query selector to use to find code blocks.
- Assembly
- Wyam
.Highlight .dll - Namespace
- Wyam
.Highlight - Containing Type
- Highlight
Syntax
public Highlight WithCodeQuerySelector(string querySelector)
Parameters
Name | Type | Description |
---|---|---|
querySelector | string | The query selector to use to select code blocks. The default value is pre code |
Return Value
Type | Description |
---|---|
Highlight | The current instance. |