Skip to content

RenderExternalLinkParams

Parameters for renderExternalLink.

Import:

import type { RenderExternalLinkParams } from 'obsidian-dev-utils/obsidian/markdown';

Signature:

export interface RenderExternalLinkParams

Properties

PropertyTypeDescription
appAppThe Obsidian app instance.
displayText?stringThe text to display for the external link.
urlstringThe URL to render the external link for.

Links to this page: