Add whitespace in HTML doc

This commit is contained in:
Matt Baer 2019-12-17 21:26:50 -05:00
parent 133b5a8e53
commit f8d1ca67a8

View File

@ -30,6 +30,7 @@ Along with plaintext and Markdown, you can also format text on WriteFreely with
<blockquote>This is a blockquote.</blockquote>
```
<h1>Header</h1>
<h2>Header</h2>
@ -66,6 +67,7 @@ Along with plaintext and Markdown, you can also format text on WriteFreely with
<a href="https://write.as">Link</a>
```
<strong>Bold</strong>
<em>Italics</em>