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

Undocumented

def convert_file(filename, renderer):
Parse a Markdown file and dump the output to stdout.
def interactive(renderer):
Parse user input, dump to stdout, rinse and repeat. Python REPL style.
def main(args):

Undocumented

def parse(args):

Undocumented

version_str =

Undocumented

def _import(arg):

Undocumented

def _import_readline():

Undocumented

def _print_heading(renderer):

Undocumented