MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / Rule

Class Rule

markdown_it/ruler.py:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67@dataclass(slots=True)
68class Rule(Generic[RuleFuncTv]):
69 name: str
70 enabled: bool
71 fn: RuleFuncTv = field(repr=False)
72 alt: list[str]
73
74
75class Ruler(Generic[RuleFuncTv]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…