Skip to content

Commit

Permalink
remove extraneous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 1, 2021
1 parent 24c7513 commit b1d8416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions man/marked.1.txt
Expand Up @@ -10,7 +10,7 @@ SYNOPSIS


DESCRIPTION
marked is a full-featured javascript markdown parser, built for speed.
marked is a full-featured javascript markdown parser, built for speed.
It also includes multiple GFM features.

EXAMPLES
Expand All @@ -27,7 +27,7 @@ OPTIONS
Specify file output. If none is specified, write to stdout.

-i, --input [input]
Specify file input, otherwise use last argument as input file.
Specify file input, otherwise use last argument as input file.
If no input file is specified, read from stdin.

-s, --string [string]
Expand All @@ -37,7 +37,7 @@ OPTIONS
Output a token stream instead of html.

--pedantic
Conform to obscure parts of markdown.pl as much as possible.
Conform to obscure parts of markdown.pl as much as possible.
Don't fix original markdown bugs.

--gfm Enable github flavored markdown.
Expand Down

0 comments on commit b1d8416

Please sign in to comment.