File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55Code Tool for the [ CodeX Editor] ( https://ifmo.su/editor ) allows to include code examples in your articles.
66
7- ![ ] ( https://capella.pics/77cc593f-0384-4df2-b9d1-d9c7d6d96b7d.jpg )
7+ ![ ] ( https://capella.pics/77cc593f-0384-4df2-b9d1-d9c7d6d96b7d.jpg/cover/eff2f5 )
88
99## Installation
1010
@@ -19,7 +19,7 @@ npm i --save-dev codex.editor.code
1919Include module at your application
2020
2121``` javascript
22- const RawTool = require (' codex.editor.code' );
22+ const CodeTool = require (' codex.editor.code' );
2323```
2424
2525### Download to your project's source dir
@@ -49,7 +49,7 @@ var editor = CodexEditor({
4949
5050 tools: {
5151 ...
52- code: Code ,
52+ code: CodeTool ,
5353 }
5454
5555 ...
@@ -64,7 +64,7 @@ var editor = CodexEditor({
6464
6565## Output data
6666
67- This Tool returns raw code.
67+ This Tool returns code.
6868
6969``` json
7070{
You can’t perform that action at this time.
0 commit comments