c6734ebbf6
Currently using jQuery.each not _.each. Can be easily changed with ``` _.each(MarkdownShortcuts, function(short) { shortcut.add(short.key, function () { return editor.addMarkdown({style: short.style}); }); }); ``` |
||
---|---|---|
.. | ||
admin-ui-temp.js | ||
blog.js | ||
editor.js | ||
markdown-actions.js | ||
settings.js | ||
tagui.js | ||
toggle.js |