tsimport {XDSMarkdown} from '@xds/core/Markdown'
| Guidance | Practices |
|---|---|
| Do | Set headingLevelStart to match the page hierarchy — e.g. start at 3 if the markdown sits inside an h2 section. |
| Do | Use contentWidth to keep prose at a readable line length in wide layouts. |
| Don't | Use Markdown for hand-authored layouts — use XDSText and XDSHeading directly when you control the content. |