Installation
npm install @motioneffector/markdown
Requirements
- Node.js 18+ or modern browser (ES2022+)
- TypeScript 5.0+ recommended
What's Included
The package exports two main functions and their types:
import { markdown, markdownStrip } from '@motioneffector/markdown'
import type { MarkdownOptions, StripPreset, StripConfig } from '@motioneffector/markdown'
No peer dependencies. No configuration files. Install and start using immediately.