I am using obsidian-export to convert wikilinks to relative markdown links, and then running pelican to build my static blog. However, if I have a wikilink in Obsidian such as [[good]] and obsidian-export turns that into [good](../1/good.md) pelican won't know to convert that md extension to HTML. It'd be helpful to have an option in obsidian-export.
I am using obsidian-export to convert wikilinks to relative markdown links, and then running pelican to build my static blog. However, if I have a wikilink in Obsidian such as
[[good]]and obsidian-export turns that into[good](../1/good.md)pelican won't know to convert that md extension to HTML. It'd be helpful to have an option inobsidian-export.