diff --git a/docs/guide/menus.md b/docs/guide/menus.md index 35ce9d35..53ee7463 100644 --- a/docs/guide/menus.md +++ b/docs/guide/menus.md @@ -35,7 +35,7 @@ Okay, you’ve got your menu. But how do you wire things up? You’ve got the editor running already and want to add your first button. You need a ` ``` @@ -63,7 +63,7 @@ You have already seen the `focus()` command in the above example. When you click The editor provides an `isActive()` method to check if something is applied to the selected text already. In Vue.js you can toggle a CSS class with help of that function like that: ```html - ```