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

Method html

markdown_it/utils.py:103–105  ·  view source on GitHub ↗

Enable HTML tags in source.

(self)

Source from the content-addressed store, hash-verified

101
102 @property
103 def html(self) -> bool:
104 """Enable HTML tags in source."""
105 return self._options["html"]
106
107 @html.setter
108 def html(self, value: bool) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected