fix some bugs

This commit is contained in:
Philipp Kühn
2020-10-23 23:41:54 +02:00
parent b4c231d85c
commit 98580b2149
3 changed files with 10 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ export default {
TextAlign(),
],
content: `
<h1>Heading</h1>
<h2>Heading</h2>
<p style="text-align: center">first paragraph</p>
<p style="text-align: right">second paragraph</p>
`,