From 934c56cf5016282e943c8fcefd671988a2171d71 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sun, 8 Nov 2020 11:06:09 -0500 Subject: [PATCH] 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
  • **
  • +
  • ***
  • ****