We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa8574 commit 9c154beCopy full SHA for 9c154be
Makefile
@@ -8,7 +8,7 @@ CONV=man-to-md.pl
8
all: ;
9
10
README.md: doc/man-to-md.1 $(CONV)
11
- perl $(CONV) --comment <$< >$@
+ perl $(CONV) --comment --formatted-code <$< >$@
12
13
test:
14
git submodule update --init test/framework/
README.md
@@ -4,9 +4,7 @@
4
5
Version 0.5.1, July 2017
6
7
-```
-$ man-to-md.pl [OPTIONS] <manpage.roff >output.md
+<pre><code>$ <b>man-to-md.pl</b> [<i>OPTIONS</i>] <<i>manpage.roff</i> ><i>output.md</i></code></pre>
# Description
0 commit comments