Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/binocarlos/md2html
- Owner: binocarlos
- Created: 2015-04-23T16:24:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T16:28:15.000Z (over 9 years ago)
- Last Synced: 2024-04-14T14:36:43.067Z (7 months ago)
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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