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

https://github.com/hattya/md2html

A Markdown to HTML converter
https://github.com/hattya/md2html

converter html markdown

Last synced: 10 months ago
JSON representation

A Markdown to HTML converter

Awesome Lists containing this project

README

          

# md2html

A Markdown to HTML converter.

[![GitHub Actions](https://github.com/hattya/md2html/actions/workflows/ci.yml/badge.svg)](https://github.com/hattya/md2html/actions/workflows/ci.yml)
[![Appveyor](https://ci.appveyor.com/api/projects/status/s0gjff110mlep6tr/branch/master?svg=true)](https://ci.appveyor.com/project/hattya/md2html)
[![Codecov](https://codecov.io/gh/hattya/md2html/branch/master/graph/badge.svg)](https://codecov.io/gh/hattya/md2html)

## Installation

```console
$ go install github.com/hattya/md2html@latest
```

## Usage

```console
$ md2html README.md README.html
```

## License

md2html is distributed under the terms of the MIT License.

## Credits

The [Go gopher](https://go.dev/blog/gopher) was designed by [Renne French](https://reneefrench.blogspot.com/).

[![CC BY 3.0](https://i.creativecommons.org/l/by/3.0/80x15.png)](https://creativecommons.org/licenses/by/3.0/)