MCPcopy Create free account
hub / github.com/DenverCoder1/unicode-formatter / subscript

Function subscript

src/js/main.js:57–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 });
56 const superscript = () => this.formatSelections("superscript");
57 const subscript = () => this.formatSelections("subscript");
58
59 // add keymaps
60 this.CodeMirror.setOption("extraKeys", {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected