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

Method typographer

markdown_it/utils.py:121–123  ·  view source on GitHub ↗

Enable smartquotes and replacements.

(self)

Source from the content-addressed store, hash-verified

119
120 @property
121 def typographer(self) -> bool:
122 """Enable smartquotes and replacements."""
123 return self._options["typographer"]
124
125 @typographer.setter
126 def typographer(self, value: bool) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected