mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
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}); }); }); ``` |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
views |