module documentation

Undocumented

Class ​Delimiter Undocumented
Class ​Match​Obj Undocumented
Function deactivate​_delimiters Undocumented
Function find​_core​_tokens Undocumented
Function find​_link​_image Undocumented
Function follows Undocumented
Function is​_closer Undocumented
Function is​_control​_char Undocumented
Function is​_left​_delimiter Undocumented
Function is​_link​_label Undocumented
Function is​_opener Undocumented
Function is​_right​_delimiter Undocumented
Function match​_link​_dest Undocumented
Function match​_link​_image Undocumented
Function match​_link​_label Undocumented
Function match​_link​_title Undocumented
Function matching​_opener Undocumented
Function next​_closer Undocumented
Function normalize​_label Undocumented
Function preceded​_by Undocumented
Function process​_emphasis Undocumented
Function shift​_whitespace Undocumented
Function succeeded​_by Undocumented
Variable code​_pattern Undocumented
Variable punctuation Undocumented
Variable unicode​_whitespace Undocumented
Variable whitespace Undocumented
Variable ​_code​_matches Undocumented
def deactivate_delimiters(delimiters, index, delimiter_type):

Undocumented

def find_core_tokens(string, root):

Undocumented

def find_link_image(string, offset, delimiters, matches, root=None):

Undocumented

def follows(string, index, char):

Undocumented

def is_closer(start, end, string):

Undocumented

def is_control_char(char):

Undocumented

def is_left_delimiter(start, end, string):

Undocumented

def is_link_label(text, root):

Undocumented

def is_opener(start, end, string):

Undocumented

def is_right_delimiter(start, end, string):

Undocumented

def match_link_dest(string, offset):

Undocumented

def match_link_image(string, offset, delimiter, root=None):

Undocumented

def match_link_label(string, offset, root=None):

Undocumented

def match_link_title(string, offset):

Undocumented

def matching_opener(curr_pos, delimiters, bottom):

Undocumented

def next_closer(curr_pos, delimiters):

Undocumented

def normalize_label(text):

Undocumented

def preceded_by(start, string, charset):

Undocumented

def process_emphasis(string, stack_bottom, delimiters, matches):

Undocumented

def shift_whitespace(string, index):

Undocumented

def succeeded_by(end, string, charset):

Undocumented

code_pattern =

Undocumented

punctuation: set[str] =

Undocumented

unicode_whitespace: set[str] =

Undocumented

whitespace: set[str] =

Undocumented

_code_matches: list =

Undocumented