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
- Host: GitHub
- URL: https://github.com/hattya/md2html
- Owner: hattya
- License: mit
- Created: 2020-12-06T14:43:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-18T12:42:50.000Z (about 1 year ago)
- Last Synced: 2025-05-18T13:49:28.209Z (about 1 year ago)
- Topics: converter, html, markdown
- Language: Go
- Homepage:
- Size: 77.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# md2html
A Markdown to HTML converter.
[](https://github.com/hattya/md2html/actions/workflows/ci.yml)
[](https://ci.appveyor.com/project/hattya/md2html)
[](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/).
[](https://creativecommons.org/licenses/by/3.0/)