replace some h1 with h2
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user