turndown/internals/TurndownService
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| TurndownServiceFilter | A filter that matches HTML elements by tag name(s) or a custom function. |
| TurndownServiceFilterFunction | Function that tests whether a node matches a filter. |
| TurndownServiceNode | Input node type accepted by TurndownService.turndown(). |
| TurndownServiceOptions | Configuration options for TurndownService. |
| TurndownServicePlugin | A plugin function that extends TurndownService. |
| TurndownServiceReplacementFunction | Function that converts an HTML element’s content to Markdown. |
| TurndownServiceRule | A rule that defines how to convert specific HTML elements to Markdown. |
| TurndownServiceRules | Collection of rules used by TurndownService for HTML-to-Markdown conversion. |
| TurndownServiceTagName | Tag name filter. |