Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Mar 29, 2021
1 parent 997f5ca commit b948857
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,7 @@ export default class ObsidianAdmonition extends Plugin {
this.postprocessor.bind(this, type)
)
);
//this.registerMarkdownPostProcessor(this.postprocessor.bind(this));
}
/* postprocessor(
type: string,
src: string,
el: HTMLElement,
ctx: MarkdownPostProcessorContext
) {
console.log(...arguments);
} */
postprocessor(
type: string,
src: string,
Expand Down

0 comments on commit b948857

Please sign in to comment.