# markdown-js

> Deprecated: Use other well maintained library instead.

Latest version **0.0.4** (published 2018-02-24) · 0 weekly downloads

## Install

```sh
npm install markdown-js
pnpm add markdown-js
yarn add markdown-js
bun add markdown-js
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2018-02-24 |
| First published | 2015-01-01 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 1.6 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | gozala |

## Links

- npm: https://www.npmjs.com/package/markdown-js
- npm.io page: https://npm.io/package/markdown-js

## Dependencies (2)

- [test](https://npm.io/package/test.md) >=0.0.5
- [markdown-it](https://npm.io/package/markdown-it.md) 8.4.1

## Recent versions

- 0.0.4 (latest) — 2018-02-24
- 0.0.3 — 2015-01-01

## README

# markdown-js

## Status: Deprecated

This library is not maintained please consider using [markdown-it][], [marked][]
or some other well maintained package instead.

Origianlly library contained [Showdown](http://attacklab.net/showdown/) packaged for node/npm as in early days there was no alternative available. Since it has being discovered to contain
three regular expressions vulnerable to catastrophic backtracking. Given a multitude of better options today this package was just updated to wrap [markdown-it][] to avoid breaking existing dependencies, but then again there is no reason to prefer it over other well maintained library.

[markdown-it]: https://www.npmjs.com/package/markdown-it
[marked]: https://www.npmjs.com/package/marked

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