Skip to content

generateMarkdownLink

Generates a markdown link based on the provided parameters.

Import:

import { generateMarkdownLink } from 'obsidian-dev-utils/obsidian/link';

Signature:

function generateMarkdownLink(params: GenerateMarkdownLinkParams): string

Parameters:

ParameterTypeDescription
paramsGenerateMarkdownLinkParamsThe parameters for generating the markdown link.

Returns: string — The generated markdown link.


Links to this page: