mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-16 07:10:15 -05:00
XEP-0393: clarify rules for span directives
This commit is contained in:
parent
36ee4ec0b2
commit
934c56cf50
@ -381,9 +381,10 @@
|
|||||||
<section2 topic='Spans' anchor='span'>
|
<section2 topic='Spans' anchor='span'>
|
||||||
<p>
|
<p>
|
||||||
Matches of spans between two styling directives MUST contain some text
|
Matches of spans between two styling directives MUST contain some text
|
||||||
between the two styling directives and the opening styling directive
|
between the two styling directives, otherwise neither directive is valid.
|
||||||
MUST be located at the beginning of the line, after a whitespace
|
The opening styling directive MUST be located at the beginning of the
|
||||||
character, or after a different opening styling directive.
|
line, after a whitespace character, or after a different opening styling
|
||||||
|
directive.
|
||||||
The opening styling directive MUST NOT be followed by a whitespace
|
The opening styling directive MUST NOT be followed by a whitespace
|
||||||
character and the closing styling directive MUST NOT be preceeded by a
|
character and the closing styling directive MUST NOT be preceeded by a
|
||||||
whitespace character.
|
whitespace character.
|
||||||
@ -413,6 +414,7 @@
|
|||||||
<li>*not \n strong*</li>
|
<li>*not \n strong*</li>
|
||||||
<li>*not *strong</li>
|
<li>*not *strong</li>
|
||||||
<li>**</li>
|
<li>**</li>
|
||||||
|
<li>***</li>
|
||||||
<li>****</li>
|
<li>****</li>
|
||||||
</ul>
|
</ul>
|
||||||
<section3 topic='Plain' anchor='plain'>
|
<section3 topic='Plain' anchor='plain'>
|
||||||
|
Loading…
Reference in New Issue
Block a user