saleem-hadad / larecipe

✏️ Write and ship beautiful documentation with your Laravel applications using MarkDown
https://larecipe.saleem.dev/
MIT License
2.41k stars 265 forks source link

Need feature to open link in new tab with markdown link #371

Open sachin-sanchania opened 1 month ago

sachin-sanchania commented 1 month ago

Currently I am using external link to open in new tab like this,

[Visit] (https://google.com){:target="_blank"}

It will open in same window. Please help regarding this if anyone has idea for this package.

logifloor commented 1 month ago

I use plain HTML when I need to open a link in a new tab ...

href="https://google.com" target="_blank" rel="noopener noreferrer">Visit