We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394b654 commit f40a4ebCopy full SHA for f40a4eb
README.md
@@ -101,11 +101,12 @@ Render markdown to HTML with markdown-it-py from the
101
command-line:
102
103
```console
104
-usage: markdown-it [-h] [-v] [filenames [filenames ...]]
+usage: markdown-it [-h] [-v] [--stdin|filenames [filenames ...]]
105
106
Parse one or more markdown files, convert each to HTML, and print to stdout
107
108
positional arguments:
109
+ --stdin read source Markdown file from standard input
110
filenames specify an optional list of files to convert
111
112
optional arguments:
0 commit comments