module documentation

Undocumented

Function convert Undocumented
Function convert_file Parse a Markdown file and dump the output to stdout.
Function interactive Parse user input, dump to stdout, rinse and repeat. Python REPL style.
Function main Undocumented
Function parse Undocumented
Variable version_str Undocumented
Function _import Undocumented
Function _import_readline Undocumented
Function _print_heading Undocumented
def convert(filenames, renderer): (source)

Undocumented

def convert_file(filename, renderer): (source)

Parse a Markdown file and dump the output to stdout.

def interactive(renderer): (source)

Parse user input, dump to stdout, rinse and repeat. Python REPL style.

def main(args): (source)

Undocumented

def parse(args): (source)

Undocumented

version_str = (source)

Undocumented

def _import(arg): (source)

Undocumented

def _import_readline(): (source)

Undocumented

def _print_heading(renderer): (source)

Undocumented