Skip to content

getFullContentHtml

Get the full HTML content of the current MarkdownView

Import:

import { getFullContentHtml } from 'obsidian-dev-utils/obsidian/markdown-view';

Signature:

function getFullContentHtml(view: MarkdownView): string

Parameters:

ParameterTypeDescription
viewMarkdownViewThe MarkdownView to get the HTML from

Returns: string — The full HTML of the MarkdownView