Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/binocarlos/md2html

Docker image to convert markdown on stdin into html on stdout
https://github.com/binocarlos/md2html

Last synced: 11 days ago
JSON representation

Docker image to convert markdown on stdin into html on stdout

Awesome Lists containing this project

README

        

# md2html

A [Docker](https://docker.com) image that converts markdown text on stdin to HTML and prints it to stdout.

## install

md2html is distributed as a [Docker](https://docker.com) image:

```bash
$ docker pull binocarlos/md2html
```

## usage

A command that echos the contents of a Markdown file in HTML:

```bash
$ cat README.md | docker run -i binocarlos/md2html
```

## licence

MIT