diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-31 00:32:45 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-31 00:32:45 +0000 |
commit | 2f7147aa05cbdcb8b1b2470877dffc663cb7a83e (patch) | |
tree | c85a09936d3d044e4a10e341e4cff8c5d83877c3 /test.html | |
parent | 2c2367d45ca8bd24398543ddf338568aefc40cf1 (diff) | |
download | em-2f7147aa05cbdcb8b1b2470877dffc663cb7a83e.tar.gz |
Add blockquote syntax
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -11,6 +11,13 @@ Here is an asterisk at the end of a word*. <p> Here is an <i>unfinished inline formatting tag. </i></p> +<blockquote> +<p>Perhaps quotes could be regarded as lists. +The paragraph goes on until a new "item" comes. +</p><p>Here, a new paragraph is started. +Yeah, this seems like a very em-like approach. +</p> +</blockquote> <ul> <li>Here is an unordered list item. |