add more content

This commit is contained in:
Hans Pagel
2020-09-30 16:16:15 +02:00
parent e67c041c31
commit 5d7435f3fe
6 changed files with 50 additions and 36 deletions

View File

@@ -89,21 +89,30 @@ export default {
Hi there,
</h2>
<p>
this is a very <em>basic</em> example of tiptap.
this is a basic <em>basic</em> example of <strong>tiptap</strong>. Sure, there are all kind of basic text styles youd probably expect from a text editor. But wait until you see the bullet lists:
</p>
<pre><code>body { display: none; }</code></pre>
<ul>
<li>
A regular list
With one …
</li>
<li>
With regular items
… or two list items.
</li>
<li>
And yes, even more.
</li>
</ul>
<p>
Isnt that great? But wait, theres more. Lets try a code block:
</p>
<pre><code class="language-css">body { display: none; }</code></pre>
<p>
I know, I know, its impressive. Give it a try and click a little bit around.
</p>
<blockquote>
It's amazing 👏
Wow, thats amazing. Good work, boy! 👏
<br />
mom
— Mom
</blockquote>
`,
})