MarkdownRenderer.renderMarkdown no longer working properly with 0.13

Hi,

I created a plugin that uses MarkdownRenderer.renderMarkdown to render embedded images with the following syntax:

/someImage.png

The plugin replaces this with the Markdown syntax (![[someImage.png]]) which Obsidian then used to render. With the release of 0.13 this no longer works (neither in the new nor the legacy editor).

I cannot find any notes on how to change plugins to work with 0.13.

Does anyone know what changed with 0.13?

Full code is here: obsidian-purple/purple.ts at master · dominikmayer/obsidian-purple · GitHub

1 Like