What I’m trying to do
I’m using standard Markdown links instead of Wiki links, which are Obsidian’s default, because I use MD docs in some other readers which don’t support wikilinks.
It seems that Obsidian does not properly follow Markdown links to headers like [my header](#my-header) when I have # My header in document. Instead it constructs following link: [my header](my%20header) which doesn’t really work outside Obsidian.
Unfortunately Common Mark does not specify exact syntax for internal links but most readers use lower+replace spece to ‘-’ approach.
Any ideas how to change this behavior?