module documentation

Undocumented

Class Delimiter Undocumented
Class MatchObj Undocumented
Function deactivate_delimiters Undocumented
Function find_core_tokens Undocumented
Function find_link_image Undocumented
Function follows Undocumented
Function get_link_label Normalize and look up text among the footnotes. Returns (destination, title) if successful, otherwise None.
Function is_closer Undocumented
Function is_control_char Undocumented
Function is_left_delimiter 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_chrs Undocumented
Variable unicode_whitespace Undocumented
Variable whitespace Undocumented
Variable _code_matches Undocumented
def deactivate_delimiters(delimiters, index, delimiter_type): (source)

Undocumented

def find_core_tokens(string, root): (source)

Undocumented

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

Undocumented

def follows(string, index, char): (source)

Undocumented

def get_link_label(text, root): (source)

Normalize and look up text among the footnotes. Returns (destination, title) if successful, otherwise None.

def is_closer(start, end, string): (source)

Undocumented

def is_control_char(char): (source)

Undocumented

def is_left_delimiter(start, end, string): (source)

Undocumented

def is_opener(start, end, string): (source)

Undocumented

def is_right_delimiter(start, end, string): (source)

Undocumented

def match_link_dest(string, offset): (source)

Undocumented

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

Undocumented

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

Undocumented

def match_link_title(string, offset): (source)

Undocumented

def matching_opener(curr_pos, delimiters, bottom): (source)

Undocumented

def next_closer(curr_pos, delimiters): (source)

Undocumented

def normalize_label(text): (source)

Undocumented

def preceded_by(start, string, charset): (source)

Undocumented

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

Undocumented

def shift_whitespace(string, index): (source)

Undocumented

def succeeded_by(end, string, charset): (source)

Undocumented

code_pattern = (source)

Undocumented

punctuation = (source)

Undocumented

unicode_chrs = (source)

Undocumented

unicode_whitespace: set[str] = (source)

Undocumented

whitespace: set[str] = (source)

Undocumented

_code_matches: list = (source)

Undocumented