@@ -202,6 +202,10 @@ a line immediately followed by a ':'. This name forms the section name.
202
202
The section name is not case sensitive.
203
203
)
204
204
205
+ $(P
206
+ Section names starting with 'http://' or 'https://' are not recognized as section names.
207
+ )
208
+
205
209
$(H4 $(LNAME2 summary, Summary))
206
210
207
211
$(P
@@ -542,12 +546,23 @@ Identifiers in documentation comments that are function parameters or are
542
546
names that are in scope at the associated declaration are emphasized in
543
547
the output.
544
548
This emphasis can take the form of italics, boldface, a hyperlink, etc.
545
- How it is emphasized depends on what it is - a function parameter, type,
549
+ How it is emphasized depends on what it is — a function parameter, type,
546
550
D keyword, etc.
547
551
To prevent unintended emphasis of an identifier, it can be preceded by
548
552
an underscore ($(UNDERSCORE)). The underscore will be stripped from the output.
549
553
)
550
554
555
+ $(H3 $(LNAME2 urls, URLs))
556
+
557
+ $(P
558
+ URLs are sequences of characters starting with 'http://' or 'https://',
559
+ continue with one or more characters from the set of letters, digits and
560
+ '-_?=%&/+#~.', and contain at least one '.'.
561
+ URL recognition happens before all macro text substitution.
562
+ The URL is wrapped with a `$(DOLLAR)(LINK)` macro.
563
+ The $(LINK2 #emphasis, underscore prefix processing) is not done for URL text.
564
+ )
565
+
551
566
$(H3 $(LNAME2 character_entities, Character Entities))
552
567
553
568
$(P
0 commit comments