XEP-0393: clarify rules for span directives

This commit is contained in:
Sam Whited 2020-11-08 11:06:09 -05:00
parent 36ee4ec0b2
commit 934c56cf50
1 changed files with 5 additions and 3 deletions

View File

@ -381,9 +381,10 @@
<section2 topic='Spans' anchor='span'>
<p>
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 @@
<li>*not \n strong*</li>
<li>*not *strong</li>
<li>**</li>
<li>***</li>
<li>****</li>
</ul>
<section3 topic='Plain' anchor='plain'>