Skip to content

Commit d4a1f38

Browse files
Update README.md
1 parent de8d582 commit d4a1f38

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -333,19 +333,24 @@ Which is rendered as:
333333
<!-- OUTPUT:START -->
334334
<!-- ⚠️ This content is auto-generated by `markdown-code-runner`. -->
335335
```bash
336-
usage: markdown-code-runner [-h] [-o OUTPUT] [-d] [-v] input
336+
usage: markdown-code-runner [-h] [-o OUTPUT] [-d] [-v]
337+
[--no-backtick-standardize]
338+
input
337339
338340
Automatically update Markdown files with code block output.
339341
340342
positional arguments:
341-
input Path to the input Markdown file.
343+
input Path to the input Markdown file.
342344
343345
options:
344-
-h, --help show this help message and exit
345-
-o, --output OUTPUT Path to the output Markdown file. (default: overwrite
346-
input file)
347-
-d, --verbose Enable debugging mode (default: False)
348-
-v, --version show program's version number and exit
346+
-h, --help show this help message and exit
347+
-o, --output OUTPUT Path to the output Markdown file. (default: overwrite
348+
input file)
349+
-d, --verbose Enable debugging mode (default: False)
350+
-v, --version show program's version number and exit
351+
--no-backtick-standardize
352+
Disable backtick standardization (default: enabled for
353+
separate output files, disabled for in-place)
349354
```
350355
351356
<!-- OUTPUT:END -->

0 commit comments

Comments
 (0)