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/> <supersededby/>
<shortname>styling</shortname> <shortname>styling</shortname>
&sam; &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> <revision>
<version>1.0.0</version> <version>1.0.0</version>
<date>2020-10-13</date> <date>2020-10-13</date>
@ -381,9 +387,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 +420,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'>