*' or '_' for emphasis, fence string for fence, etc.
(self)
| 308 | |
| 309 | @property |
| 310 | def markup(self) -> str: |
| 311 | """'*' or '_' for emphasis, fence string for fence, etc.""" |
| 312 | return self._attribute_token().markup |
| 313 | |
| 314 | @property |
| 315 | def info(self) -> str: |
nothing calls this directly
no test coverage detected