Enable smartquotes and replacements.
(self)
| 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: |
nothing calls this directly
no outgoing calls
no test coverage detected