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 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README') diff --git a/README b/README index 470aa2d..072c473 100644 --- a/README +++ b/README @@ -164,6 +164,17 @@ 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