Support experimental spell checking feature (en-US only), can be enabled by the YAML meta option

This commit is contained in:
Cheng-Han, Wu 2016-04-20 18:09:36 +08:00
parent 692903f1a1
commit 0fb70a1487
8 changed files with 49151 additions and 0 deletions

View file

@ -23,6 +23,7 @@
<% } %>
<link rel="stylesheet" href="<%- url %>/vendor/jquery-ui/jquery-ui.min.css">
<link rel="stylesheet" href="<%- url %>/vendor/codemirror/lib/codemirror.css">
<link rel="stylesheet" href="<%- url %>/vendor/codemirror-spell-checker/spell-checker.min.css">
<link rel="stylesheet" href="<%- url %>/vendor/codemirror/addon/fold/foldgutter.css">
<link rel="stylesheet" href="<%- url %>/vendor/codemirror/addon/display/fullscreen.css">
<link rel="stylesheet" href="<%- url %>/vendor/codemirror/addon/dialog/dialog.css">