An open API service indexing awesome lists of open source software.

https://github.com/dkhamsing/markdown_html

:page_facing_up: The simplest way to convert Markdown to HTML
https://github.com/dkhamsing/markdown_html

Last synced: 4 months ago
JSON representation

:page_facing_up: The simplest way to convert Markdown to HTML

Awesome Lists containing this project

README

          

# markdown_html

The simplest way to convert Markdown to HTML :zap:

[![Gem Version](https://badge.fury.io/rb/markdown_html.svg)](https://badge.fury.io/rb/markdown_html) [![CircleCI](https://img.shields.io/circleci/project/dkhamsing/markdown_html.svg)](https://circleci.com/gh/dkhamsing/markdown_html)

## Installation

```shell
$ gem install markdown_html --pre
```

## Usage

```shell
$ markdown_html README.md index.html
```

### Example

Use `markdown_html` to convert a README to HTML in a [Continuous Integration](https://github.com/dkhamsing/dkhamsing.github.io/blob/master/.travis.yml) GitHub page deployment :sparkles:

## Contact

- [github.com/dkhamsing](https://github.com/dkhamsing)
- [twitter.com/dkhamsing](https://twitter.com/dkhamsing)

## License

This project is available under the MIT license. See the [LICENSE](LICENSE) file for more info.