aboutsummaryrefslogtreecommitdiff
path: root/test.html
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-01-31 00:32:45 +0000
committerJohn Ankarström <john@ankarstrom.se>2021-01-31 00:32:45 +0000
commit2f7147aa05cbdcb8b1b2470877dffc663cb7a83e (patch)
treec85a09936d3d044e4a10e341e4cff8c5d83877c3 /test.html
parent2c2367d45ca8bd24398543ddf338568aefc40cf1 (diff)
downloadem-2f7147aa05cbdcb8b1b2470877dffc663cb7a83e.tar.gz
Add blockquote syntax
Diffstat (limited to 'test.html')
-rw-r--r--test.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/test.html b/test.html
index cd98612..17f5566 100644
--- a/test.html
+++ b/test.html
@@ -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.