Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Functions | Variables
markdown_it.cli.parse Namespace Reference

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:])
 

Detailed Description

CLI interface to markdown-it-py

Parse one or more markdown files, convert each to HTML, and print to stdout.

Function Documentation

◆ convert_file()

None markdown_it.cli.parse.convert_file ( str  filename)
Parse a Markdown file and dump the output to stdout.

◆ interactive()

None markdown_it.cli.parse.interactive ( )
Parse user input, dump to stdout, rinse and repeat.
Python REPL style.

◆ parse_args()

argparse.Namespace markdown_it.cli.parse.parse_args ( Sequence[str] | None  args)
Parse input CLI arguments.