()
| 161 | return `<a href="${escape(href)}"${alt ? ` alt="${escape(alt)}"` : ""}>` |
| 162 | }, |
| 163 | link_close() { linkedChapter = null; return "</a>" }, |
| 164 | |
| 165 | inline(token) { return renderArray(token.children) }, |
| 166 |
nothing calls this directly
no outgoing calls
no test coverage detected