FullRenderParams
The params for the full render.
Import:
import type { FullRenderParams } from 'obsidian-dev-utils/obsidian/markdown';Signature:
export interface FullRenderParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian app instance. |
| component? | Component | The Component instance to use for the render. |
| el | HTMLElement | The HTMLElement to render to. |
| markdown | string | The Markdown string to render. |
| shouldRegisterLinkHandlers? | boolean | Whether to register link handlers for the rendered element. |
| sourcePath? | string | The source path to resolve relative links. |
Links to this page: