Skip to content

Commit 843ebd2

Browse files
committed
update man pages
1 parent acff65b commit 843ebd2

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

man/marked.1

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.ds q \N'34'
2-
.TH marked 1 "2014-01-31" "v0.3.1" "marked.js"
2+
.TH marked 1
33

44
.SH NAME
55
marked \- a javascript markdown parser
@@ -14,8 +14,8 @@ marked \- a javascript markdown parser
1414

1515
.SH DESCRIPTION
1616
.B marked
17-
is a full-featured javascript markdown parser, built for speed. It also includes
18-
multiple GFM features.
17+
is a full-featured javascript markdown parser, built for speed.
18+
It also includes multiple GFM features.
1919

2020
.SH EXAMPLES
2121
.TP
@@ -33,8 +33,8 @@ marked \-\-output="hello world.html" \-i in.md \-\-no-breaks
3333
Specify file output. If none is specified, write to stdout.
3434
.TP
3535
.BI \-i,\ \-\-input\ [\fIinput\fP]
36-
Specify file input, otherwise use last argument as input file. If no input file
37-
is specified, read from stdin.
36+
Specify file input, otherwise use last argument as input file.
37+
If no input file is specified, read from stdin.
3838
.TP
3939
.BI \-\-test
4040
Makes sure the test(s) pass.
@@ -63,8 +63,8 @@ Stop process if a test fails.
6363
Output a token stream instead of html.
6464
.TP
6565
.BI \-\-pedantic
66-
Conform to obscure parts of markdown.pl as much as possible. Don't fix original
67-
markdown bugs.
66+
Conform to obscure parts of markdown.pl as much as possible.
67+
Don't fix original markdown bugs.
6868
.TP
6969
.BI \-\-gfm
7070
Enable github flavored markdown.

man/marked.1.txt

+12-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
marked(1) marked.js marked(1)
1+
marked(1) General Commands Manual marked(1)
22

33
NAME
44
marked - a javascript markdown parser
55

66
SYNOPSIS
7-
marked [-o <output>] [-i <input>] [--help] [--tokens] [--pedantic] [--gfm] [--breaks] [--tables] [--sanitize] [--smart-lists]
8-
[--lang-prefix <prefix>] [--no-etc...] [--silent] [filename]
7+
marked [-o <output>] [-i <input>] [--help] [--tokens]
8+
[--pedantic] [--gfm] [--breaks] [--tables] [--sanitize]
9+
[--smart-lists] [--lang-prefix <prefix>] [--no-etc...] [--silent]
10+
[filename]
911

1012
DESCRIPTION
11-
marked is a full-featured javascript markdown parser, built for speed. It also includes multiple GFM features.
13+
marked is a full-featured javascript markdown parser, built for speed.
14+
It also includes multiple GFM features.
1215

1316
EXAMPLES
1417
cat in.md | marked > out.html
@@ -24,7 +27,8 @@ OPTIONS
2427
Specify file output. If none is specified, write to stdout.
2528

2629
-i, --input [input]
27-
Specify file input, otherwise use last argument as input file. If no input file is specified, read from stdin.
30+
Specify file input, otherwise use last argument as input file.
31+
If no input file is specified, read from stdin.
2832

2933
--test Makes sure the test(s) pass.
3034

@@ -44,7 +48,8 @@ OPTIONS
4448
Output a token stream instead of html.
4549

4650
--pedantic
47-
Conform to obscure parts of markdown.pl as much as possible. Don't fix original markdown bugs.
51+
Conform to obscure parts of markdown.pl as much as possible.
52+
Don't fix original markdown bugs.
4853

4954
--gfm Enable github flavored markdown.
5055

@@ -91,4 +96,4 @@ LICENSE
9196
SEE ALSO
9297
markdown(1), node.js(1)
9398

94-
v0.3.1 2014-01-31 marked(1)
99+
marked(1)

0 commit comments

Comments
 (0)