## Plugin post Processing
you will want to have a look at [Markdown post processing - Developer Documentation (obsidian.md)](https://docs.obsidian.md/Plugins/Editor/Markdown+post+processing)
to see a list of example plugin → [[Obsidian custom markdown renderer]]
## Publish post Processing

✨ what is interesting is that the `registerMarkdownPostProcessor` and `reigsterMarkdownCodeBlockPostProcessor` can be used in the obsidian publish API. This means that you can have custom markdown renderer in obsidian publish. Meta-Bind is doing that.