Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ editormd
Function
editormd
static/editor.md/editormd.js:57–59 ·
view source on GitHub ↗
(id, options)
Source
from the content-addressed store, hash-verified
55
*/
56
57
var
editormd =
function
(id, options) {
58
return
new
editormd.fn.init(id, options);
59
};
60
61
editormd.title = editormd.$name =
"Editor.md"
;
62
editormd.version =
"1.5.0"
;
Callers
1
markdown.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected