From 0dc776ce33162b8db8e2ca02ddedc7499f89b631 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Mon, 2 Sep 2019 15:13:25 -0500 Subject: [PATCH] XEP-0393: clarify quote termination and trimming --- xep-0393.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/xep-0393.xml b/xep-0393.xml index 67d25fff..d5b76d08 100644 --- a/xep-0393.xml +++ b/xep-0393.xml @@ -25,6 +25,16 @@ styling &sam; + + 0.2.0 + 2019-09-02 + ssw + +

+ Clarify block quote termination and white space trimming. +

+
+
0.1.4 2018-05-01 @@ -276,9 +286,12 @@

A quotation is indicated by one or more lines with a byte stream beginning with a '>' (U+003E GREATER-THAN SIGN). + They are terminated by the first new line that is not followed by a + greater-than sign, or the end of the parent block (whichever comes + first). Block quotes may contain any child block, including other quotations. - Lines inside the block quote MUST have leading spaces trimmed before - parsing the child block. + Lines inside the block quote MUST have the first leading whitespace + character trimmed before parsing the child block. It is RECOMMENDED that text inside of a block quote be indented or distinguished from the surrounding text in some other way.