()
| 115 | |
| 116 | bullet_list_open(token) { return `\n\n<ul${attrs(token)}>` }, |
| 117 | bullet_list_close() { return `</ul>` }, |
| 118 | |
| 119 | ordered_list_open(token) { return `\n\n<ol${attrs(token)}>` }, |
| 120 | ordered_list_close() { return `\n\n</ol>` }, |
nothing calls this directly
no outgoing calls
no test coverage detected