()
| 112 | } |
| 113 | |
| 114 | function parseMarkdown() { |
| 115 | const dom = document.querySelector("article") |
| 116 | setParseContent(dom) |
| 117 | } |
| 118 | |
| 119 | function handleOpenSource() { |
| 120 | const iframe = document.querySelector<any>("#content-frame") |
nothing calls this directly
no outgoing calls
no test coverage detected