Indicates whether HTML should be removed from document content when the input document media
type indicates the content is HTML (the default is
true
).
- Namespace
- Statiq
.Lunr - Containing Type
- GenerateLunrIndex
Syntax
public GenerateLunrIndex RemoveHtml(bool removeHtml)
Parameters
Name | Type | Description |
---|---|---|
removeHtml | bool | true to remove HTML from the input document content, false otherwise. |
Return Value
Type | Description |
---|---|
GenerateLunrIndex | The current module instance. |