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" @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>