mirror of
https://github.com/apple/pkl.git
synced 2026-03-21 00:29:07 +01:00
Fix member links custom link text examples in language reference (#427)
This commit is contained in:
@@ -4837,14 +4837,14 @@ To customize the link text, insert the desired text, enclosed in square brackets
|
||||
|
||||
[source,{pkl}]
|
||||
----
|
||||
/// A [common Bird] found in large cities.
|
||||
/// A [common Bird][Bird] found in large cities.
|
||||
----
|
||||
|
||||
Custom link text can use markup:
|
||||
|
||||
[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]`.
|
||||
|
||||
Reference in New Issue
Block a user