MCPcopy Create free account
hub / github.com/TruthHun/BookStack / editormd

Function editormd

static/editor.md/editormd.amd.js:127–129  ·  view source on GitHub ↗
(id, options)

Source from the content-addressed store, hash-verified

125 */
126
127 var editormd = function (id, options) {
128 return new editormd.fn.init(id, options);
129 };
130
131 editormd.title = editormd.$name = "Editor.md";
132 editormd.version = "1.5.0";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected