Skip to content

Commit ca78e88

Browse files
swinslowkestewart
authored andcommitted
Fix MarkDown rendering in Annex B
Adds blank lines to fix MarkDown rendering of Annex B on the website. Signed-off-by: Steve Winslow <[email protected]>
1 parent 52f63d6 commit ca78e88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chapters/license-matching-guidelines-and-templates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ Some licenses include text that refers to the specific copyright holder or autho
3737
The text indicated as such can be replaced with similar values (e.g., a different name or generic term; different date) and still be considered a positive match. This rule also applies to text-matching in official license headers (see Guideline: official license headers).
3838

3939
The following XML tag is used to implement this guideline. `<alt>` with 2 attributes:
40+
4041
* `match` - a POSIX extended regular expression (ERE) to match the replaceable text
4142
* `name` - an identifier for the variable text unique to the license XML document
43+
4244
The original text is enclosed within the beginning and ending alt tags.
4345

4446
For example: `<alt match="(?i:copyright.{0,200})." name="copyright1">Copyright Linux Foundation</alt>`

0 commit comments

Comments
 (0)