Add line space before Note in Step 3

This commit is contained in:
Shikha Nansi
2018-06-04 15:37:16 +10:00
parent 8cae9d7231
commit 5a7a1ce316
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -10,4 +10,5 @@ api
vendor
.idea
.DS_Store
.vscode
.vscode
.*.swp
+3
View File
@@ -32,8 +32,11 @@ Lastly, you just need to extend your TinyMCE configuration to include any of the
* [PowerPaste]({{ site.baseurl }}/plugins/powerpaste/)
* [Spell Checker]({{ site.baseurl }}/plugins/tinymcespellchecker/)
**Note:** `spellchecker_rpc_url` is **not** required when enabling this plugin via [TinyMCE Cloud]({{ site.baseurl }}/get-started-cloud/)
* [Image Tools (with configured image proxy)]({{ site.baseurl }}/plugins/imagetools/)
**Note:** `imagetools_cors_hosts` and `imagetools_proxy` are *not* required to be configured when enabling this plugin via [TinyMCE Cloud]({{ site.baseurl }}/get-started-cloud/)
* [Accessibility Checker]({{ site.baseurl }}/plugins/a11ychecker/)
* [Advanced Code Editor]({{ site.baseurl }}/plugins/advcode/)