What gets stripped
- Heading markers —
### SectionbecomesSection. - Bold / italic / strikethrough syntax — the readable text stays, the asterisks go.
- List bullets and numbers — items become plain lines.
- Links —
[text](url)becomestext. The URL is dropped. - Image syntax —
becomes the alt text. - Inline code and code fences — backticks removed, code text preserved.
- Blockquote markers — the
>prefix goes. - Horizontal rules — removed entirely.