1.0.0 • Published 2 years ago
@samuwrite/markdown v1.0.0
@samuwrite/markdown
Parse Markdown to HTML for samuwrite.com. Based on Unified.
Features
- See
src/index.ts
Usage
npm install @samuwrite/markdown
// app.ts
import { getHtml } from "@samuwrite/markdown";
const html = await getHtml(markdown);
Contributing
Run npm run build
to build dist/index.js
1.0.0
2 years ago