We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ecbddc + ea891e2 commit 03df51cCopy full SHA for 03df51c
markdown_it/cli/parse.py
@@ -70,11 +70,11 @@ def parse_args(args: Optional[Sequence[str]]) -> argparse.Namespace:
70
"convert each to HTML, and print to stdout",
71
# NOTE: Remember to update README.md w/ the output of `markdown-it -h`
72
epilog=(
73
- """
+ f"""
74
Interactive:
75
76
$ markdown-it
77
- markdown-it-py [version 0.0.0] (interactive)
+ markdown-it-py [version {__version__}] (interactive)
78
Type Ctrl-D to complete input, or Ctrl-C to exit.
79
>>> # Example
80
... > markdown *input*
0 commit comments