Skip to content

Commit

Permalink
Update obsidian.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joethei authored Feb 21, 2024
1 parent 4c1adff commit 4b9b164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/obsidian.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pre><code> and create a <div> that
* This special post processor takes care of removing the `<pre><code>` and create a `<div>` 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
Expand Down

0 comments on commit 4b9b164

Please sign in to comment.