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.
1 parent ea8d4bd commit ea891e2Copy full SHA for ea891e2
markdown_it/cli/parse.py
@@ -69,11 +69,11 @@ def parse_args(args: Optional[Sequence[str]]) -> argparse.Namespace:
69
"convert each to HTML, and print to stdout",
70
# NOTE: Remember to update README.md w/ the output of `markdown-it -h`
71
epilog=(
72
- """
+ f"""
73
Interactive:
74
75
$ markdown-it
76
- markdown-it-py [version 0.0.0] (interactive)
+ markdown-it-py [version {__version__}] (interactive)
77
Type Ctrl-D to complete input, or Ctrl-C to exit.
78
>>> # Example
79
... > markdown *input*
0 commit comments