(stream, state)
| 461 | /////////////////////////////////////////////////////////////////////////// |
| 462 | |
| 463 | function to_comment(stream, state) { |
| 464 | return as_block(stream, state, 'comment'); |
| 465 | } |
| 466 | |
| 467 | function to_verbatim(stream, state) { |
| 468 | return as_block(stream, state, 'meta'); |
nothing calls this directly
no test coverage detected