update default extensions example
This commit is contained in:
@@ -65,7 +65,6 @@ By default the editor will only support some boring paragraphs. Other nodes and
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Import the editor
|
|
||||||
import { Editor } from 'tiptap'
|
import { Editor } from 'tiptap'
|
||||||
import {
|
import {
|
||||||
Blockquote,
|
Blockquote,
|
||||||
@@ -94,7 +93,7 @@ export default {
|
|||||||
new BulletList(),
|
new BulletList(),
|
||||||
new CodeBlock(),
|
new CodeBlock(),
|
||||||
new HardBreak(),
|
new HardBreak(),
|
||||||
new Heading(),
|
new Heading({ maxLevel: 3 }),
|
||||||
new ListItem(),
|
new ListItem(),
|
||||||
new OrderedList(),
|
new OrderedList(),
|
||||||
new TodoItem(),
|
new TodoItem(),
|
||||||
|
|||||||
Reference in New Issue
Block a user