Includes nested HTML elements in the heading content (the default is
false).
- Namespace
- Statiq
.Core - Containing Type
- GatherHeadings
Syntax
public GatherHeadings WithNestedElements(bool nestedElements = true)
Parameters
| Name | Type | Description |
|---|---|---|
| nestedElements | bool | true to include nested elements, false otherwise. |
Return Value
| Type | Description |
|---|---|
| GatherHeadings | The current module instance. |