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

Method html_inline

markdown_it/renderer.py:353–356  ·  view source on GitHub ↗
(
        self, tokens: Sequence[Token], idx: int, options: OptionsDict, env: EnvType
    )

Source from the content-addressed store, hash-verified

351 return tokens[idx].content
352
353 def html_inline(
354 self, tokens: Sequence[Token], idx: int, options: OptionsDict, env: EnvType
355 ) -> str:
356 return tokens[idx].content

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected