![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Functions | |
| int | main (Sequence[str]|None args=None) |
| None | convert (Iterable[str] filenames) |
| None | convert_file (str filename) |
| None | interactive () |
| argparse.Namespace | parse_args (Sequence[str]|None args) |
| None | print_heading () |
Variables | |
| str | version_str = f"markdown-it-py [version {__version__}]" |
| int | exit_code = main(sys.argv[1:]) |
CLI interface to markdown-it-py Parse one or more markdown files, convert each to HTML, and print to stdout.
| None markdown_it.cli.parse.convert_file | ( | str | filename | ) |
Parse a Markdown file and dump the output to stdout.
| None markdown_it.cli.parse.interactive | ( | ) |
Parse user input, dump to stdout, rinse and repeat. Python REPL style.
| argparse.Namespace markdown_it.cli.parse.parse_args | ( | Sequence[str] | None | args | ) |
Parse input CLI arguments.