Merge branch 'premerge' into main

This commit is contained in:
Jonas Schäfer 2021-01-12 16:56:59 +01:00
commit f4dc63231e
1 changed files with 11 additions and 3 deletions

View File

@ -26,6 +26,12 @@
<supersededby/>
<shortname>styling</shortname>
&sam;
<revision>
<version>1.1.0</version>
<date>2021-01-12</date>
<initials>sw</initials>
<remark><p>Clarify parsing rules for span directives</p></remark>
</revision>
<revision>
<version>1.0.0</version>
<date>2020-10-13</date>
@ -381,9 +387,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 +420,7 @@
<li>*not \n strong*</li>
<li>*not *strong</li>
<li>**</li>
<li>***</li>
<li>****</li>
</ul>
<section3 topic='Plain' anchor='plain'>