Przeglądaj źródła

ace ext-language_tools

huwhois 4 lat temu
rodzic
commit
9c68c0919b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      public/html/index.html

+ 1 - 1
public/html/index.html

@ -70,7 +70,7 @@
70 70
            $("table").addClass('table table-bordered');
71 71
        });
72 72
73
73
        ace.require("ace/ext/language_tools");
74 74
        var acen_edit = ace.edit('mdeditor'); //编辑框
75 75
        acen_edit.setTheme('ace/theme/chrome');
76 76
        acen_edit.getSession().setMode('ace/mode/markdown');