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

https://github.com/zhangzujian/m2h

Command line tool to convert markdown to HTML using redcarpet and rouge
https://github.com/zhangzujian/m2h

highlighting html markdown ruby

Last synced: over 1 year ago
JSON representation

Command line tool to convert markdown to HTML using redcarpet and rouge

Awesome Lists containing this project

README

          

# m2h
Command line tool to convert markdown to HTML using redcarpet and rouge

## Usage

```text
m2h [-s ...] [-t ] [-o ]
```

Example:

```sh
m2h -s github.css -t "m2h - README" -o README.html README.md
```