File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff 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
338340Automatically update Markdown files with code block output.
339341
340342positional arguments:
341- input Path to the input Markdown file.
343+ input Path to the input Markdown file.
342344
343345options:
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 -->
You can’t perform that action at this time.
0 commit comments