mirror of
https://github.com/apple/pkl.git
synced 2026-07-04 04:01:48 +02: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}]
|
[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]`.
|
||||||
|
|||||||
Reference in New Issue
Block a user