replace some h1 with h2
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
<editor class="editor" :extensions="extensions" @update="onUpdate">
|
<editor class="editor" :extensions="extensions" @update="onUpdate">
|
||||||
|
|
||||||
<div class="editor__content" slot="content" slot-scope="props">
|
<div class="editor__content" slot="content" slot-scope="props">
|
||||||
<h1>
|
<h2>
|
||||||
Embeds
|
Embeds
|
||||||
</h1>
|
</h2>
|
||||||
<p>
|
<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.
|
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>
|
</p>
|
||||||
|
|||||||
@@ -89,9 +89,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="editor__content" slot="content" slot-scope="props">
|
<div class="editor__content" slot="content" slot-scope="props">
|
||||||
<h1>
|
<h2>
|
||||||
Hiding Menu Bar
|
Hiding Menu Bar
|
||||||
</h1>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
Try to focus the editor to see the menu. It's like magic. 🔮
|
Try to focus the editor to see the menu. It's like magic. 🔮
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -25,9 +25,9 @@
|
|||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
<div class="editor__content" slot="content" slot-scope="props">
|
<div class="editor__content" slot="content" slot-scope="props">
|
||||||
<h1>
|
<h2>
|
||||||
Links
|
Links
|
||||||
</h1>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
Try to add some links to the <a href="https://en.wikipedia.org/wiki/World_Wide_Web">world wide web</a>.
|
Try to add some links to the <a href="https://en.wikipedia.org/wiki/World_Wide_Web">world wide web</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
<editor class="editor" @update="onUpdate">
|
<editor class="editor" @update="onUpdate">
|
||||||
|
|
||||||
<div class="editor__content" slot="content" slot-scope="props">
|
<div class="editor__content" slot="content" slot-scope="props">
|
||||||
<h1>
|
<h2>
|
||||||
Markdown Shortcuts
|
Markdown Shortcuts
|
||||||
</h1>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
Start a new line and type <code>#</code> followed by a space and you will get an H1 headline. 🤯
|
Start a new line and type <code>#</code> followed by a space and you will get an H1 headline. 🤯
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -33,9 +33,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="editor__content" slot="content" slot-scope="props">
|
<div class="editor__content" slot="content" slot-scope="props">
|
||||||
<h1>
|
<h2>
|
||||||
Menu Bubble
|
Menu Bubble
|
||||||
</h1>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
Hey, try to select some text.
|
Hey, try to select some text.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
<editor :editable="false" class="editor" @update="onUpdate">
|
<editor :editable="false" class="editor" @update="onUpdate">
|
||||||
|
|
||||||
<div class="editor__content" slot="content" slot-scope="props">
|
<div class="editor__content" slot="content" slot-scope="props">
|
||||||
<h1>
|
<h2>
|
||||||
Read-Only
|
Read-Only
|
||||||
</h1>
|
</h2>
|
||||||
<p>
|
<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.
|
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>
|
</p>
|
||||||
|
|||||||
@@ -41,9 +41,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="editor__content" slot="content" slot-scope="props">
|
<div class="editor__content" slot="content" slot-scope="props">
|
||||||
<h1>
|
<h2>
|
||||||
Todo List
|
Todo List
|
||||||
</h1>
|
</h2>
|
||||||
<ul data-type="todo_list">
|
<ul data-type="todo_list">
|
||||||
<li data-type="todo_item" data-done="true">
|
<li data-type="todo_item" data-done="true">
|
||||||
Buy beer
|
Buy beer
|
||||||
|
|||||||
Reference in New Issue
Block a user