# gfm2html

> Convert a GitHub style Markdown file to HTML, complete with inline CSS

Latest version **0.1.2** (published 2015-10-29) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

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

Provides the command `gfm2html`.

## Health

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

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2015-10-29 |
| First published | 2013-08-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 55 |
| Maintainers | rvagg |

## Links

- npm: https://www.npmjs.com/package/gfm2html
- Repository: https://github.com/rvagg/gfm2html
- Issues: https://github.com/rvagg/gfm2html/issues
- npm.io page: https://npm.io/package/gfm2html

## Dependencies (2)

- [after](https://npm.io/package/after.md) ~0.8.1
- [brucedown](https://npm.io/package/brucedown.md) ~1.1.1

## Recent versions

- 0.1.2 (latest) — 2015-10-29
- 0.1.1 — 2015-10-29
- 0.1.0 — 2013-12-11
- 0.0.3 — 2013-12-11
- 0.0.1 — 2013-08-28
- 0.0.0 — 2013-08-21

## README

## gfm2html

```sh
$ sudo npm install gfm2html -g
$ gfm2html README.md README.html
```

**Turn Markdown files into HTML**

[![NPM](https://nodei.co/npm/gfm2html.png)](https://nodei.co/npm/gfm2html/)

Also includes inline CSS, styled so that the page renders nearly identically to Markdown on GitHub, including syntax-highlighting.

Install with `npm install gfm2html -g` (you may need to `sudo` that), then you have a `gfm2html` command ready to use that will take an input file and an output file.

### Example

This is the [LevelUP](https://github.com/rvagg/node-levelup) README.md:

![LevelUP](levelup_ss.png)

## License

**gfm2html** is Copyright (c) 2013 Rod Vagg [@rvagg](https://twitter.com/rvagg) and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.

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