diff --git a/docs/src/docPages/extensions.md b/docs/src/docPages/extensions.md index ed4d9847..415e33f6 100644 --- a/docs/src/docPages/extensions.md +++ b/docs/src/docPages/extensions.md @@ -4,7 +4,7 @@ By default, the editor will only support paragraphs. Other nodes and marks are available as **extensions**. You must install `tiptap-extensions` package separately so that you can use basic Nodes, Marks, or Plugins. An extension is -usually tied to a [Command](../commands/basics.md). The official set of commands are part of the +usually tied to a Command. The official set of commands are part of the [`tiptap-commands`][@npmjs-tiptap-commands] package. ## Blockquote @@ -22,7 +22,7 @@ Allows you to use the `
` HTML tag in the editor. `Ctrl->` #### Example -```vue +```markup