()
| 55 | }); |
| 56 | const superscript = () => this.formatSelections("superscript"); |
| 57 | const subscript = () => this.formatSelections("subscript"); |
| 58 | |
| 59 | // add keymaps |
| 60 | this.CodeMirror.setOption("extraKeys", { |
nothing calls this directly
no outgoing calls
no test coverage detected