I have just updated my doc from 3.11.0 to 4.5.3.
I have some issues with the Card component when used with an external link.
Using this example in any page:
[!card title="Google"](https://google.com)
-
The link does not seem to be treated as an outbound link. And I found no way to set the target to blank to open the link in a new tab.
-
When using retype start command, the link does not open on Firefox browsers, but opens properly on Chrome.
However, when using the command retype build && retype serve the link opens successfully on Firefox too.
I have just updated my doc from 3.11.0 to 4.5.3.
I have some issues with the Card component when used with an external link.
Using this example in any page:
The link does not seem to be treated as an outbound link. And I found no way to set the target to
blankto open the link in a new tab.When using
retype startcommand, the link does not open on Firefox browsers, but opens properly on Chrome.However, when using the command
retype build && retype servethe link opens successfully on Firefox too.