From 934c56cf5016282e943c8fcefd671988a2171d71 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sun, 8 Nov 2020 11:06:09 -0500 Subject: [PATCH 1/2] XEP-0393: clarify rules for span directives --- xep-0393.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/xep-0393.xml b/xep-0393.xml index 5344cb3c..191b1391 100644 --- a/xep-0393.xml +++ b/xep-0393.xml @@ -381,9 +381,10 @@

Matches of spans between two styling directives MUST contain some text - between the two styling directives and the opening styling directive - MUST be located at the beginning of the line, after a whitespace - character, or after a different opening styling directive. + between the two styling directives, otherwise neither directive is valid. + The opening styling directive MUST be located at the beginning of the + line, after a whitespace character, or after a different opening styling + directive. The opening styling directive MUST NOT be followed by a whitespace character and the closing styling directive MUST NOT be preceeded by a whitespace character. @@ -413,6 +414,7 @@

  • *not \n strong*
  • *not *strong
  • **
  • +
  • ***
  • ****
  • From cdf025ce19785c06ecbe65eaf6a8e79fb3ef26bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 12 Jan 2021 16:56:38 +0100 Subject: [PATCH 2/2] XEP-0393: add revision block --- xep-0393.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xep-0393.xml b/xep-0393.xml index 191b1391..fdc06fa5 100644 --- a/xep-0393.xml +++ b/xep-0393.xml @@ -26,6 +26,12 @@ styling &sam; + + 1.1.0 + 2021-01-12 + sw +

    Clarify parsing rules for span directives

    +
    1.0.0 2020-10-13