GetCodeBlockMarkdownInfoParams
Options for getCodeBlockMarkdownInfo.
Import:
import type { GetCodeBlockMarkdownInfoParams } from 'obsidian-dev-utils/obsidian/markdown-code-block-processor';Signature:
export interface GetCodeBlockMarkdownInfoParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | An Obsidian app instance. |
| ctx | MarkdownPostProcessorContext | A MarkdownPostProcessorContext object. |
| el | HTMLElement | A HTMLElement representing the code block. |
| source | string | A source of the code block. |
Links to this page: