__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from re import Match, Pattern
from typing import ClassVar
from xml.etree.ElementTree import Element
from markdown import blockparser
from markdown.blockprocessors import BlockProcessor
from markdown.extensions import Extension
class AdmonitionExtension(Extension): ...
class AdmonitionProcessor(BlockProcessor):
CLASSNAME: str
CLASSNAME_TITLE: str
RE: ClassVar[Pattern[str]]
RE_SPACES: ClassVar[Pattern[str]]
current_sibling: Element | None
content_indent: int
def __init__(self, parser: blockparser.BlockParser) -> None: ...
def parse_content(self, parent: Element, block: str) -> tuple[Element | None, str, str]: ...
def get_class_and_title(self, match: Match[str]) -> tuple[str, str | None]: ...
def makeExtension(**kwargs) -> AdmonitionExtension: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.pyi | File | 588 B | 0644 |
|
| abbr.pyi | File | 1.49 KB | 0644 |
|
| admonition.pyi | File | 795 B | 0644 |
|
| attr_list.pyi | File | 804 B | 0644 |
|
| codehilite.pyi | File | 1.04 KB | 0644 |
|
| def_list.pyi | File | 381 B | 0644 |
|
| extra.pyi | File | 215 B | 0644 |
|
| fenced_code.pyi | File | 747 B | 0644 |
|
| footnotes.pyi | File | 2.38 KB | 0644 |
|
| legacy_attrs.pyi | File | 427 B | 0644 |
|
| legacy_em.pyi | File | 303 B | 0644 |
|
| md_in_html.pyi | File | 538 B | 0644 |
|
| meta.pyi | File | 452 B | 0644 |
|
| nl2br.pyi | File | 144 B | 0644 |
|
| sane_lists.pyi | File | 463 B | 0644 |
|
| smarty.pyi | File | 1.38 KB | 0644 |
|
| tables.pyi | File | 615 B | 0644 |
|
| toc.pyi | File | 2.38 KB | 0644 |
|
| wikilinks.pyi | File | 519 B | 0644 |
|