Skip to main content
OwnDocs

Links

1 min readStableBeginner

Internal links use Next.js Link for client-side navigation. External links open in a new tab with rel="noopener noreferrer". .mdx and .md extensions are stripped automatically.

Quick Start

An internal link.

Introduction

Adding Options

Internal and external links together.

Code blocks and Next.js Documentation

Advanced

Relative, anchor, external, and autolink links.

Options

[text](href)marker

Link text and destination.

Was this page helpful?