We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff565c commit fcba6cbCopy full SHA for fcba6cb
docs/cli.md
@@ -1,9 +1,16 @@
1
# Command-line interface
2
3
-See [Extensions](api.md#pyromark.Extensions-attributes) for a description of the `--enable-*` options.
+```bash
4
+pyromark --help
5
+```
6
7
```bash
-$ pyromark --help # or 'python -m pyromark --help'
8
+python -m pyromark --help
9
10
+
11
+See [Extensions](api.md#pyromark.Extensions-attributes) for a description of the `--enable-*` options.
12
13
14
usage: pyromark [-h] [-v] [--enable-tables] [--enable-footnotes] [--enable-strikethrough] [--enable-tasklists] [--enable-smart-punctuation] [--enable-heading-attributes] file
15
16
Blazingly fast Markdown parser.
0 commit comments