We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594a807 commit 00cbf80Copy full SHA for 00cbf80
docs/Components.md
@@ -468,7 +468,7 @@ By allowing embedding XML tag we want to make sure contextual information is not
468
469
```tsx
470
<FormattedMessage
471
- defaultMessage="To buy a shoe, <a>visit our website</a> and <cta>buy a shoe</cta>"
+ defaultMessage="To buy a shoe, <link>visit our website</link> and <cta>buy a shoe</cta>"
472
values={{
473
link: msg => (
474
<a class="external_link" target="_blank" href="https://www.shoe.com/">
0 commit comments