Skip to content

Reference.displayText?

Reference › displayText?

Official

Type: string

Display text of the link.

Example:

For the following links:
```md
[[foo|bar]]
[[foo]]
[foo](bar.md)
![](bar.jpg)
```
{@link displayText} will be:
```
'bar'
'foo'
'foo'
''
```