# browserify-markdown

> Browserify transform for markdown files

Latest version **2.0.1** (published 2016-09-23) · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: insecure dependencies; abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2016-09-23 |
| First published | 2015-06-10 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 10 |
| Author | Matthew Mueller |
| Maintainers | mattmueller |
| Keywords | browserify, transform, markdown |

## Links

- npm: https://www.npmjs.com/package/browserify-markdown
- Repository: https://github.com/lapwinglabs/browserify-markdown
- Homepage: https://github.com/lapwinglabs/browserify-markdown#readme
- Issues: https://github.com/lapwinglabs/browserify-markdown/issues
- npm.io page: https://npm.io/package/browserify-markdown

## Dependencies (5)

- [through](https://npm.io/package/through.md) ^2.3.7
- [through2](https://npm.io/package/through2.md) 2.0.1
- [remarkable](https://npm.io/package/remarkable.md) github:matthewmueller/remarkable#3b896af
- [highlight.js](https://npm.io/package/highlight.js.md) ^9.7.0
- [string-to-js](https://npm.io/package/string-to-js.md) 0.0.1

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 2.0.1 (latest) — 2016-09-23
- 2.0.0 — 2016-09-23
- 1.0.2 — 2016-09-22
- 1.0.1 — 2016-09-22
- 1.0.0 — 2015-06-10

## README

# browserify-markdown

  Browserify transform for markdown files

## Usage

### CLI

```sh
browserify -t [ browserify-markdown ] test/test.js
```

### Example

```js
var str = require('./chapter-1.md');
document.body.appendChild(str);
```

## Installation

```bash
npm install browserify-markdown
```

## License

MIT

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