(token)
| 112 | |
| 113 | heading_open(token) { return `\n\n<${token.tag}${attrs(token)}>${anchor(token)}` }, |
| 114 | heading_close(token) { return `</${token.tag}>` }, |
| 115 | |
| 116 | bullet_list_open(token) { return `\n\n<ul${attrs(token)}>` }, |
| 117 | bullet_list_close() { return `</ul>` }, |
nothing calls this directly
no outgoing calls
no test coverage detected