From fc335801ef94ab5bfcb8da75b3da3760c7f1f968 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Fri, 19 Feb 2021 10:22:07 -0800
Subject: [PATCH] MANUAL: block-level formatting is not allowed in line blocks.

Closes #7107.
---
 MANUAL.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MANUAL.txt b/MANUAL.txt
index 9403f43a8..51898f224 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3481,6 +3481,9 @@ line must begin with a space.
     | 200 Main St.
     | Berkeley, CA 94718
 
+Inline formatting (such as emphasis) is allowed in the content,
+but not block-level formatting (such as block quotes or lists).
+
 This syntax is borrowed from [reStructuredText].
 
 ## Lists