(token)
| 119 | throw new Error("Can't handle heading tag " + token.tag) |
| 120 | }, |
| 121 | heading_close(token) { |
| 122 | if (token.tag == "h1") return `}\\label{${chapter[1]}}` |
| 123 | return `}` |
| 124 | }, |
| 125 | |
| 126 | bullet_list_open() { return `\n\n\\begin{itemize}` }, |
| 127 | bullet_list_close() { return `\n\\end{itemize}` }, |
nothing calls this directly
no outgoing calls
no test coverage detected