aboutsummaryrefslogtreecommitdiff
path: root/README.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 /README.html
parent2c2367d45ca8bd24398543ddf338568aefc40cf1 (diff)
downloadem-2f7147aa05cbdcb8b1b2470877dffc663cb7a83e.tar.gz
Add blockquote syntax
Diffstat (limited to 'README.html')
-rw-r--r--README.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.html b/README.html
index c4c8e9f..cd64a87 100644
--- a/README.html
+++ b/README.html
@@ -189,6 +189,17 @@ inline references to them link directly to the link rather than the
reference item.
</p>
<hr/>
+<h3>Blockquotes</h3>
+<p>
+Blockquotes are, in terms of syntax and behavior, actually another
+type of list, started with an initial space, followed by <tt>&gt; </tt>:
+</p>
+<pre>
+ &gt; This is a quoted paragraph.
+The paragraph continues on the next line.
+ &gt; Here begins a new quoted paragraph.
+</pre>
+<hr/>
<h3>Preformatted blocks</h3>
<p>
<b>Preformatted blocks start with a single tab:</b>