1 |
|
2 | Usage: rdd [file] [options]
|
3 |
|
4 | File:
|
5 | If not specified, tries to find a Markdown file (eg. README.md) in the
|
6 | current directory.
|
7 |
|
8 | Options:
|
9 | -o, --open Open the rendered Markdown file in your default web browser
|
10 | -p, --port PORT Set the preferred port to serve the rendered file.
|
11 | -h, --help Print this message.
|
12 |
|