Skip to content

GetCodeBlockMarkdownInfoParams

Options for getCodeBlockMarkdownInfo.

Import:

import type { GetCodeBlockMarkdownInfoParams } from 'obsidian-dev-utils/obsidian/markdown-code-block-processor';

Signature:

export interface GetCodeBlockMarkdownInfoParams

Properties

PropertyTypeDescription
appAppAn Obsidian app instance.
ctxMarkdownPostProcessorContextA MarkdownPostProcessorContext object.
elHTMLElementA HTMLElement representing the code block.
sourcestringA source of the code block.

Links to this page: