Conversion/DOM To MD
Quick reference
| Capability | Value |
|---|
| Server safe | Yes |
| Editor only | No |
| Browser sink | No |
| Uses secret | No |
| External network | No |
| Side effect | No |
| Run projection | none |
Uses the semantic Markdown converter with an isolated JSDOM parser in the server runner.
| Name | Type | Required |
|---|
html | text | Yes |
Outputs
| Name | Type | Required |
|---|
markdown | text | Yes |
Configuration
| Property | Type | Secret | Default |
|---|
websiteDomain | text | No | |
extractMainContent | boolean | No | false |
refifyUrls | boolean | No | false |
enableTableColumnTracking | boolean | No | false |
Runtime and security
This Bead is allowed in the server runtime. Secret properties are references resolved on the server and must never contain raw credential values in documentation, fixtures or run summaries.