Fix member links custom link text examples in language reference (#427)

This commit is contained in:
Lily Ballard
2024-04-12 13:35:08 -07:00
committed by GitHub
parent af66532377
commit 889e64586a
@@ -4837,14 +4837,14 @@ To customize the link text, insert the desired text, enclosed in square brackets
[source,{pkl}] [source,{pkl}]
---- ----
/// A [common Bird] found in large cities. /// A [common Bird][Bird] found in large cities.
---- ----
Custom link text can use markup: Custom link text can use markup:
[source,{pkl}] [source,{pkl}]
---- ----
/// A [*common* Bird] found in large cities. /// A [*common* Bird][Bird] found in large cities.
---- ----
The short link `[Bird]` is equivalent to `[{backtick}Bird{backtick}][Bird]`. The short link `[Bird]` is equivalent to `[{backtick}Bird{backtick}][Bird]`.