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>

View File

@@ -89,9 +89,9 @@
</div>
<div class="editor__content" slot="content" slot-scope="props">
<h1>
<h2>
Hiding Menu Bar
</h1>
</h2>
<p>
Try to focus the editor to see the menu. It's like magic. 🔮
</p>

View File

@@ -25,9 +25,9 @@
</template>
</div>
<div class="editor__content" slot="content" slot-scope="props">
<h1>
<h2>
Links
</h1>
</h2>
<p>
Try to add some links to the <a href="https://en.wikipedia.org/wiki/World_Wide_Web">world wide web</a>.
</p>

View File

@@ -3,9 +3,9 @@
<editor class="editor" @update="onUpdate">
<div class="editor__content" slot="content" slot-scope="props">
<h1>
<h2>
Markdown Shortcuts
</h1>
</h2>
<p>
Start a new line and type <code>#</code> followed by a space and you will get an H1 headline. 🤯
</p>

View File

@@ -33,9 +33,9 @@
</div>
<div class="editor__content" slot="content" slot-scope="props">
<h1>
<h2>
Menu Bubble
</h1>
</h2>
<p>
Hey, try to select some text.
</p>

View File

@@ -3,9 +3,9 @@
<editor :editable="false" class="editor" @update="onUpdate">
<div class="editor__content" slot="content" slot-scope="props">
<h1>
<h2>
Read-Only
</h1>
</h2>
<p>
This text is <strong>read-only</strong>. You are not able to edit something. <a href="https://scrumpy.io/">Links to fancy websites</a> are still working.
</p>

View File

@@ -41,9 +41,9 @@
</div>
<div class="editor__content" slot="content" slot-scope="props">
<h1>
<h2>
Todo List
</h1>
</h2>
<ul data-type="todo_list">
<li data-type="todo_item" data-done="true">
Buy beer