improve docs readability (#1310)

* improve docs readability

* update prism
This commit is contained in:
Shawn Erquhart
2018-04-23 17:22:15 -04:00
committed by GitHub
parent ea338ba51f
commit 03faa28a41
7 changed files with 108 additions and 157 deletions

View File

@ -76,7 +76,7 @@ CMS.registerWidget('categories', CategoriesControl, CategoriesPreview);
Register a block level component for the Markdown editor:
```
```js
CMS.registerEditorComponent(definition)
```