Summary
Sets whether a warning should be raised if a missing language is detected in a code block.
- Assembly
- Wyam
.Highlight .dll - Namespace
- Wyam
.Highlight - Containing Type
- Highlight
Syntax
public Highlight WithMissingLanguageWarning(bool warnOnMissingLanguage = true)
Parameters
| Name | Type | Description |
|---|---|---|
| warnOnMissingLanguage | bool | if set to true [warn on missing]. |
Return Value
| Type | Description |
|---|---|
| Highlight | The current instance. |
