diff --git a/config/obsidian.d.ts b/config/obsidian.d.ts index 96fca39b..7b071508 100644 --- a/config/obsidian.d.ts +++ b/config/obsidian.d.ts @@ -3004,7 +3004,7 @@ export abstract class Plugin extends Component { registerMarkdownPostProcessor(postProcessor: MarkdownPostProcessor, sortOrder?: number): MarkdownPostProcessor; /** * Register a special post processor that handles fenced code given a language and a handler. - * This special post processor takes care of removing the
 and create a 
that + * This special post processor takes care of removing the `
` and create a `
` that * will be passed to the handler, and is expected to be filled with custom elements. * @see {@link https://docs.obsidian.md/Plugins/Editor/Markdown+post+processing#Post-process+Markdown+code+blocks} * @public