https://github.com/a8m/mark-cli
Mark command-line tool
https://github.com/a8m/mark-cli
Last synced: about 1 month ago
JSON representation
Mark command-line tool
- Host: GitHub
- URL: https://github.com/a8m/mark-cli
- Owner: a8m
- Created: 2015-08-12T05:36:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T11:23:52.000Z (almost 11 years ago)
- Last Synced: 2025-03-21T05:45:04.694Z (about 1 year ago)
- Language: Go
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Mark](https://github.com/a8m/mark) command-line tool
====
### Intallation
```sh
$ go get github.com/a8m/mark-cli
```
### Usage
```sh
$ mark-cli -i hello.text -o hello.html
```
or you can pipe to it
```sh
$ echo 'hello __world__...' | mark-cli -smartypants
hello world…
```
### License
MIT