(id, options)
| 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"; |
nothing calls this directly
no outgoing calls
no test coverage detected