1
- marked(1) marked.js marked(1)
1
+ marked(1) General Commands Manual marked(1)
2
2
3
3
NAME
4
4
marked - a javascript markdown parser
5
5
6
6
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]
9
11
10
12
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.
12
15
13
16
EXAMPLES
14
17
cat in.md | marked > out.html
@@ -24,7 +27,8 @@ OPTIONS
24
27
Specify file output. If none is specified, write to stdout.
25
28
26
29
-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.
28
32
29
33
--test Makes sure the test(s) pass.
30
34
@@ -44,7 +48,8 @@ OPTIONS
44
48
Output a token stream instead of html.
45
49
46
50
--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.
48
53
49
54
--gfm Enable github flavored markdown.
50
55
@@ -91,4 +96,4 @@ LICENSE
91
96
SEE ALSO
92
97
markdown(1), node.js(1)
93
98
94
- v0.3.1 2014-01-31 marked(1)
99
+ marked(1)
0 commit comments