replace some h1 with h2

This commit is contained in:
Philipp Kühn
2018-08-23 08:36:10 +02:00
parent fa70fc5d98
commit 29c1f22bcc
7 changed files with 14 additions and 14 deletions

View File

@@ -3,9 +3,9 @@
<editor class="editor" :extensions="extensions" @update="onUpdate">
<div class="editor__content" slot="content" slot-scope="props">
<h1>
<h2>
Embeds
</h1>
</h2>
<p>
This is an example of a custom iframe node. This iframe is rendered as a vue component. This makes it possible to render some additional markup to change its source.
</p>