Skip to content

Commit 03df51c

Browse files
authored
Merge branch 'master' into exit-code
2 parents 3ecbddc + ea891e2 commit 03df51c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markdown_it/cli/parse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ def parse_args(args: Optional[Sequence[str]]) -> argparse.Namespace:
7070
"convert each to HTML, and print to stdout",
7171
# NOTE: Remember to update README.md w/ the output of `markdown-it -h`
7272
epilog=(
73-
"""
73+
f"""
7474
Interactive:
7575
7676
$ markdown-it
77-
markdown-it-py [version 0.0.0] (interactive)
77+
markdown-it-py [version {__version__}] (interactive)
7878
Type Ctrl-D to complete input, or Ctrl-C to exit.
7979
>>> # Example
8080
... > markdown *input*

0 commit comments

Comments
 (0)