withastro / astro

The web framework for content-driven websites. ⭐️ Star to support our work!
https://astro.build
Other
46.43k stars 2.46k forks source link

Markdown Pages - Links on new tab and additional attribute support #11462

Closed impondesk closed 3 months ago

impondesk commented 3 months ago

Astro Info

Astro 4.10

If this issue only occurs in one browser, which browser is a problem?

No response

Describe the Bug

Looking for adding target="_blank" to md pages links

What's the expected result?

Adding target attribute to links

Link to Minimal Reproducible Example

https://www.impondesk.com/blog/microfrontends/

bluwy commented 3 months ago

You can use something like https://www.npmjs.com/package/rehype-external-links for it.