# multimarkdown

> node-multimarkdown - Native MultiMarkdown parser for Node.js ============================================================ A wrapper for Fletcher Penney's peg-multimarkdown.

Latest version **0.0.16** (published 2016-01-09) · 0 weekly downloads

## Install

```sh
npm install multimarkdown
pnpm add multimarkdown
yarn add multimarkdown
bun add multimarkdown
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.16 |
| Published | 2016-01-09 |
| First published | 2012-05-09 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 35 |
| Author | Sam Nguyen |
| Maintainers | dtjm |

## Links

- npm: https://www.npmjs.com/package/multimarkdown
- Repository: https://github.com/dtjm/node-multimarkdown
- Issues: https://github.com/dtjm/node-multimarkdown/issues
- npm.io page: https://npm.io/package/multimarkdown

## Recent versions

- 0.0.16 (latest) — 2016-01-09
- 0.0.15 — 2013-07-19
- 0.0.14 — 2013-06-01
- 0.0.13 — 2013-04-05
- 0.0.12 — 2013-04-05
- 0.0.11 — 2013-04-05
- 0.0.10 — 2013-04-05
- 0.0.9 — 2013-03-23
- 0.0.8 — 2012-06-02
- 0.0.7 — 2012-05-30
- 0.0.5 — 2012-05-29
- 0.0.4 — 2012-05-29
- 0.0.3 — 2012-05-27
- 0.0.2 — 2012-05-24
- 0.0.1 — 2012-05-09

## README

node-multimarkdown - Native MultiMarkdown parser for Node.js
============================================================
A wrapper for Fletcher Penney's peg-multimarkdown.

Install using npm:

    npm install multimarkdown

API
---
### convert(text)
Converts the given Markdown text into HTML and returns it as a string.

Example usage
--------
    
    var MultiMarkdown = require("multimarkdown");
    var html = MultiMarkdown.convert(markdownString);

---
_Source: https://npm.io/package/multimarkdown · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
