__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from collections.abc import Mapping, Sequence
from typing import Any
from xml.etree.ElementTree import Element
from markdown import inlinepatterns, util
from markdown.core import Markdown
from markdown.extensions import Extension
from markdown.inlinepatterns import HtmlInlineProcessor
punctClass: str
endOfWordClass: str
closeClass: str
openingQuotesBase: str
substitutions: Mapping[str, str]
singleQuoteStartRe: str
doubleQuoteStartRe: str
doubleQuoteSetsRe: str
singleQuoteSetsRe: str
decadeAbbrRe: str
openingDoubleQuotesRegex: str
closingDoubleQuotesRegex: str
closingDoubleQuotesRegex2: str
openingSingleQuotesRegex: str
closingSingleQuotesRegex: str
closingSingleQuotesRegex2: str
remainingSingleQuotesRegex: str
remainingDoubleQuotesRegex: str
HTML_STRICT_RE: str
class SubstituteTextPattern(HtmlInlineProcessor):
replace: Sequence[int | str | Element]
def __init__(self, pattern: str, replace: Sequence[int | str | Element], md: Markdown) -> None: ...
class SmartyExtension(Extension):
substitutions: Any
def __init__(self, **kwargs) -> None: ...
def educateDashes(self, md: Markdown) -> None: ...
def educateEllipses(self, md: Markdown) -> None: ...
def educateAngledQuotes(self, md: Markdown) -> None: ...
def educateQuotes(self, md: Markdown) -> None: ...
inlinePatterns: util.Registry[inlinepatterns.Pattern]
def makeExtension(**kwargs) -> SmartyExtension: ...
| 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 |
|