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
- Host: GitHub
- URL: https://github.com/zhangzujian/m2h
- Owner: zhangzujian
- License: apache-2.0
- Created: 2018-05-24T04:03:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T04:10:43.000Z (about 8 years ago)
- Last Synced: 2025-02-01T11:13:30.345Z (over 1 year ago)
- Topics: highlighting, html, markdown, ruby
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```