Overview

This page demonstrates all link and image patterns supported in Markdown/MDX content.

Here is a paragraph with reference-style links and another one.

Images

Basic Image

Images in Markdown:

![Alt text](https://via.placeholder.com/600x200/6366f1/ffffff?text=Placeholder+Image)

Image with Title

![Alt text](url "Image title shown on hover")

Linked Image

[![Alt text](image-url)](link-url)

External links in the framework:

  • The external icon from the icon set can indicate external links
  • The SocialIcons component opens all links in new tabs
  • The EditLink component uses target="_blank" and rel="noopener noreferrer"

Every heading on this page has an auto-generated anchor link. The AnchorHeading component:

  1. Wraps the heading content in a <div> with role="heading"
  2. Adds an id attribute for deep linking
  3. Renders a hidden anchor icon that appears on hover
  4. The anchor label defaults to "Section titled [heading text]"

Props

PropTypeDescription
levelnumberHeading level (1-6)
idstringAnchor ID for deep linking
htmlstringHeading content as HTML string
anchorLabelstringAccessible label for the anchor link