diff --git a/xep-0393.xml b/xep-0393.xml index 5344cb3c..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 @@ -381,9 +387,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 +420,7 @@

  • *not \n strong*
  • *not *strong
  • **
  • +
  • ***
  • ****