From 6e094bdbbc37f408b4664d27c567e0f62dde8fda Mon Sep 17 00:00:00 2001 From: Taneli Hukkinen Date: Mon, 15 Feb 2021 13:38:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Version=20info=20in=20CLI?= =?UTF-8?q?=20help=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- markdown_it/cli/parse.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown_it/cli/parse.py b/markdown_it/cli/parse.py index 7d3ebb01..4ad9f5fa 100644 --- a/markdown_it/cli/parse.py +++ b/markdown_it/cli/parse.py @@ -69,11 +69,11 @@ def parse_args(args: Optional[Sequence[str]]) -> argparse.Namespace: "convert each to HTML, and print to stdout", # NOTE: Remember to update README.md w/ the output of `markdown-it -h` epilog=( - """ + f""" Interactive: $ markdown-it - markdown-it-py [version 0.0.0] (interactive) + markdown-it-py [version {__version__}] (interactive) Type Ctrl-D to complete input, or Ctrl-C to exit. >>> # Example ... > markdown *input*