mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 01:41:46 +03:00
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}); }); }); ``` |
||
---|---|---|
.. | ||
fonts | ||
img | ||
js | ||
lib | ||
sass |