Searched refs:ImageInlineProcessor (Results 1 – 1 of 1) sorted by relevance
80 inlinePatterns.register(ImageInlineProcessor(IMAGE_LINK_RE, md), 'image_link', 150)751 class ImageInlineProcessor(LinkInlineProcessor): class