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

Class RendererProtocol

markdown_it/renderer.py:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class RendererProtocol(Protocol):
21 __output__: ClassVar[str]
22
23 def render(
24 self, tokens: Sequence[Token], options: OptionsDict, env: EnvType
25 ) -> Any: ...
26
27
28class RendererHTML(RendererProtocol):

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…