(token)
| 163 | link_close() { linkedChapter = null; return "</a>" }, |
| 164 | |
| 165 | inline(token) { return renderArray(token.children) }, |
| 166 | |
| 167 | meta_figure(token) { |
| 168 | let {url, alt, chapter} = token.args[0] |
nothing calls this directly
no test coverage detected