(
self, tokens: Sequence[Token], idx: int, options: OptionsDict, env: EnvType
)
| 351 | return tokens[idx].content |
| 352 | |
| 353 | def html_inline( |
| 354 | self, tokens: Sequence[Token], idx: int, options: OptionsDict, env: EnvType |
| 355 | ) -> str: |
| 356 | return tokens[idx].content |
nothing calls this directly
no outgoing calls
no test coverage detected