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

Method xhtmlOut

markdown_it/utils.py:139–141  ·  view source on GitHub ↗

Use '/' to close single tags ( ).

(self)

Source from the content-addressed store, hash-verified

137
138 @property
139 def xhtmlOut(self) -> bool:
140 """Use '/' to close single tags (<br />)."""
141 return self._options["xhtmlOut"]
142
143 @xhtmlOut.setter
144 def xhtmlOut(self, value: bool) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected