(token)
| 187 | link_close() { linkedChapter = null; return "}" }, |
| 188 | |
| 189 | inline(token) { return renderArray(token.children) }, |
| 190 | |
| 191 | meta_figure(token, _i, _t, newlines) { |
| 192 | let {url, width, chapter} = token.args[0] |
nothing calls this directly
no test coverage detected