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

Method __str__

markdown_it/utils.py:90–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 return repr(self._options)
89
90 def __str__(self) -> str:
91 return str(self._options)
92
93 @property
94 def maxNesting(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected