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): stringParameters:
| Parameter | Type | Description |
|---|---|---|
view | MarkdownView | The MarkdownView to get the HTML from |
Returns: string — The full HTML of the MarkdownView