Methods
(static) html2md(html) → {string}
Convert HTML string to Markdown format.
Convert HTML string to Markdown format.
Parameters:
| Name | Type | Description | 
|---|---|---|
| html | string | The HTML content to convert | 
- Source:
Returns:
The converted Markdown content
- Type
- string