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

Method html_block

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

Source from the content-addressed store, hash-verified

346 return escapeHtml(tokens[idx].content)
347
348 def html_block(
349 self, tokens: Sequence[Token], idx: int, options: OptionsDict, env: EnvType
350 ) -> str:
351 return tokens[idx].content
352
353 def html_inline(
354 self, tokens: Sequence[Token], idx: int, options: OptionsDict, env: EnvType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected