MarkType
Transform your README into beautiful documentation.
Features
- 📝 Paste Markdown or import directly from GitHub
- 🎨 Multiple Templates — Professional ABNT or Modern styles
- 📄 Export PDF with a single click
- ⚡ Live Preview as you type
Installation
npm install marktype
cd my-project
npx marktype init
Usage
import { MarkType } from 'marktype';
const doc = new MarkType({ template: 'professional', output: 'pdf', });
await doc.generate('./README.md');
Configuration
| Option | Type | Default | Description |
| template | string | modern | Document template |
| output | string | pdf | Output format |
| lang | string | en | Document language |
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
MIT