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

Method quotes

markdown_it/utils.py:130–132  ·  view source on GitHub ↗

Quote characters.

(self)

Source from the content-addressed store, hash-verified

128
129 @property
130 def quotes(self) -> str:
131 """Quote characters."""
132 return self._options["quotes"]
133
134 @quotes.setter
135 def quotes(self, value: str) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected