update default extensions example

This commit is contained in:
Philipp Kühn
2018-08-24 09:14:25 +02:00
committed by GitHub
parent 091072cc3d
commit 053cb49424

View File

@@ -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(),