(token)
| 134 | html_block(token) { return token.content }, |
| 135 | |
| 136 | code_inline(token) { return `<code>${maybeSplitInlineCode(escape(token.content))}</code>` }, |
| 137 | |
| 138 | strong_open() { return "<strong>" }, |
| 139 | strong_close() { return "</strong>" }, |
nothing calls this directly
no test coverage detected