From 2f7147aa05cbdcb8b1b2470877dffc663cb7a83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 31 Jan 2021 00:32:45 +0000 Subject: Add blockquote syntax --- README.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.html') 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.


+

Blockquotes

+

+Blockquotes are, in terms of syntax and behavior, actually another +type of list, started with an initial space, followed by > : +

+
+ > This is a quoted paragraph.
+The paragraph continues on the next line.
+ > Here begins a new quoted paragraph.
+
+

Preformatted blocks

Preformatted blocks start with a single tab: -- cgit v1.2.3