Enable HTML tags in source.
(self)
| 101 | |
| 102 | @property |
| 103 | def html(self) -> bool: |
| 104 | """Enable HTML tags in source.""" |
| 105 | return self._options["html"] |
| 106 | |
| 107 | @html.setter |
| 108 | def html(self, value: bool) -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected