Skip to content

Commit 1d4b41f

Browse files
authored
Merge pull request #2127 from quickfur/ddoc_link_autodetect
Ddoc: Auto-detected URLs should be wrapped in DDOC_LINK_AUTODETECT instead of LINK directly. merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2 parents 75039cf + c56317c commit 1d4b41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ddoc.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ URLs are sequences of characters starting with 'http://' or 'https://',
561561
continue with one or more characters from the set of letters, digits and
562562
`-_?=%&/+#~.`, and contain at least one period.
563563
URL recognition happens before all macro text substitution.
564-
The URL is wrapped with a `$(DOLLAR)(LINK)` macro.
564+
The URL is wrapped with a `$(DOLLAR)(DDOC_LINK_AUTODETECT)` macro.
565565
The $(LINK2 #emphasis, underscore prefix processing) is not done for URL text.
566566
)
567567

0 commit comments

Comments
 (0)