We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 994a324 + dc32f30 commit 0ab6705Copy full SHA for 0ab6705
README.md
@@ -3,13 +3,15 @@ go-md2man
3
4
Converts markdown into roff (man pages).
5
6
-Uses blackfriday to process markdown into man pages.
+Uses [blackfriday](https://github.com/russross/blackfriday) to process markdown into man pages.
7
8
### Usage
9
10
+```
11
./md2man -in /path/to/markdownfile.md -out /manfile/output/path
12
13
14
### How to contribute
15
16
We use go modules to manage dependencies.
-As such you must be using at lest go1.11.
17
+As such you must be using at least go1.11.
0 commit comments