MCPcopy
hub / github.com/mkdocs/mkdocs / _register

Method _register

mkdocs/structure/pages.py:534–537  ·  view source on GitHub ↗
(self, md: markdown.Markdown)

Source from the content-addressed store, hash-verified

532 return lines
533
534 def _register(self, md: markdown.Markdown) -> None:
535 md.preprocessors.register(
536 self, "mkdocs_raw_html", priority=21 # Right before 'html_block'.
537 )
538
539
540class _HTMLHandler(markdown.htmlparser.htmlparser.HTMLParser): # type: ignore[name-defined]

Callers 2

renderMethod · 0.45
_test_extract_titleMethod · 0.45

Calls

no outgoing calls

Tested by 1

_test_extract_titleMethod · 0.36