diff --git a/example/example_data.js b/example/example_data.js index 601534d..a721b7d 100644 --- a/example/example_data.js +++ b/example/example_data.js @@ -27,8 +27,8 @@ let example_data = { { type: "code", data: { - code: "", - language: "javascript", + code: "\n \n\n", + language: "html", showlinenumbers: true, showCopyButton: false, }, diff --git a/package.json b/package.json index 3cbdd93..eaf9dff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@calumk/editorjs-codecup", "description": "Codecup, for EditorJS", - "version": "1.1.0", + "version": "1.1.1", "author": "Calum Knott", "repository": "https://github.com/calumk/editorjs-codecup", "license": "MIT",