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
- Host: GitHub
- URL: https://github.com/dkhamsing/markdown_html
- Owner: dkhamsing
- License: mit
- Created: 2016-02-25T07:09:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-09T14:34:36.000Z (about 10 years ago)
- Last Synced: 2026-01-20T00:48:01.420Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# markdown_html
The simplest way to convert Markdown to HTML :zap:
[](https://badge.fury.io/rb/markdown_html) [](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.