# archived-gfm2html
**Repository Path**: mirrors_rvagg/archived-gfm2html
## Basic Information
- **Project Name**: archived-gfm2html
- **Description**: Convert a GitHub style Markdown file to HTML, complete with inline CSS
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-18
- **Last Updated**: 2026-07-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## gfm2html
```sh
$ sudo npm install gfm2html -g
$ gfm2html README.md README.html
```
**Turn Markdown files into HTML**
[](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:

## 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.