__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from typing import Any
from markdown.extensions import Extension
from markdown.treeprocessors import Treeprocessor
pygments: bool
def parse_hl_lines(expr: str) -> list[int]: ...
class CodeHilite:
src: str
lang: str | None
guess_lang: bool
use_pygments: bool
lang_prefix: str
pygments_formatter: Any
options: dict[str, Any]
def __init__(
self,
src: str,
*,
linenums: bool | None = None,
guess_lang: bool = ...,
css_class: str = ...,
lang: str | None = ...,
style: str = ...,
noclasses: bool = ...,
tab_length: int = ...,
hl_lines: list[int] = ...,
use_pygments: bool = ...,
**options: Any,
) -> None: ...
def hilite(self, shebang: bool = True) -> str: ...
class HiliteTreeprocessor(Treeprocessor):
config: dict[str, Any]
def code_unescape(self, text: str) -> str: ...
class CodeHiliteExtension(Extension):
def __init__(self, **kwargs) -> None: ...
def makeExtension(**kwargs) -> CodeHiliteExtension: ...
| 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 |
|