mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -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'>
|
||||
<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'>
|
||||
|
Loading…
Reference in New Issue
Block a user