class documentation

class ShortImageReferenceInlineProcessor(ImageReferenceInlineProcessor): (source)

View In Hierarchy

Short form of inage reference: ![ref].

Method evalId Evaluate the id from of [ref]

Inherited from ImageReferenceInlineProcessor:

Method makeTag Undocumented

Inherited from ReferenceInlineProcessor (via ImageReferenceInlineProcessor):

Method handleMatch Return a ElementTree element from the given match and the start and end index of the matched text.
Constant NEWLINE_CLEANUP_RE Undocumented
Constant RE_LINK Undocumented

Inherited from LinkInlineProcessor (via ImageReferenceInlineProcessor, ReferenceInlineProcessor):

Method getLink Parse data between `()` of `[Text]()` allowing recursive `()`.
Method getText Parse the content between `[]` of the start of an image or link resolving nested square brackets.
Constant RE_TITLE_CLEAN Undocumented

Inherited from InlineProcessor (via ImageReferenceInlineProcessor, ReferenceInlineProcessor, LinkInlineProcessor):

Method __init__ Create an instant of an inline pattern.
Instance Variable compiled_re Undocumented
Instance Variable md Undocumented
Instance Variable pattern Undocumented
Instance Variable safe_mode Undocumented

Inherited from Pattern (via ImageReferenceInlineProcessor, ReferenceInlineProcessor, LinkInlineProcessor, InlineProcessor):

Method getCompiledRegExp Return a compiled regular expression.
Method type Return class name, to define pattern type
Method unescape Return unescaped text given text with an inline placeholder.
Constant ANCESTOR_EXCLUDES Undocumented
def evalId(self, data, index, text): (source)

Evaluate the id from of [ref]