File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 10
10
< link rel ="stylesheet " href ="../node_modules/codemirror/lib/codemirror.css ">
11
11
< link rel ="stylesheet " href ="../node_modules/katex/dist/katex.min.css ">
12
12
< link rel ="stylesheet " href ="../node_modules/codemirror/addon/dialog/dialog.css ">
13
+ < link rel ="stylesheet " href ="../node_modules/codemirror/addon/lint/lint.css ">
13
14
< link rel ="stylesheet " href ="../extra_scripts/codemirror/mode/bfm/bfm.css ">
14
15
15
16
< title > Boostnote</ title >
129
130
< script src ="../node_modules/codemirror/addon/dialog/dialog.js "> </ script >
130
131
< script src ="../node_modules/codemirror/addon/display/rulers.js "> </ script >
131
132
133
+ < script src ="../node_modules/jsonlint-mod/lib/jsonlint.js "> </ script >
134
+ < script src ="../node_modules/codemirror/addon/lint/lint.js "> </ script >
135
+ < script src ="../node_modules/codemirror/addon/lint/json-lint.js "> </ script >
136
+
132
137
< script src ="../node_modules/raphael/raphael.min.js "> </ script >
133
138
< script src ="../node_modules/flowchart.js/release/flowchart.min.js "> </ script >
134
139
< script >
158
163
</ style >
159
164
</ body >
160
165
161
- </ html >
166
+ </ html >
You can’t perform that action at this time.
0 commit comments