Skip to content

Commit c56317c

Browse files
author
H. S. Teoh
committed
Auto-detected URLs should be wrapped in DDOC_LINK_AUTODETECT instead of
LINK directly.
1 parent 75039cf commit c56317c

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)